Skip to content

Commit

Permalink
fix[api] inconsistent casing on OperationID for Operations API (#10464)
Browse files Browse the repository at this point in the history
* #10307 Fixes inconsistent casing on OperationID for Operations API

* update generated doc

Co-authored-by: alafanechere <augustin.lafanechere@gmail.com>
  • Loading branch information
2 people authored and etsybaev committed Mar 5, 2022
1 parent 0ea33a7 commit 242ecde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions airbyte-api/src/main/openapi/config.yaml
Expand Up @@ -2910,9 +2910,9 @@ components:
OperationIdRequestBody:
type: object
required:
- OperationId
- operationId
properties:
OperationId:
operationId:
$ref: "#/components/schemas/OperationId"
OperationCreate:
type: object
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/api/generated-api-html/index.html
Expand Up @@ -9154,7 +9154,7 @@ <h3><a name="OperationCreate"><code>OperationCreate</code> - </a> <a class="up"
<h3><a name="OperationIdRequestBody"><code>OperationIdRequestBody</code> - </a> <a class="up" href="#__Models">Up</a></h3>
<div class='model-description'></div>
<div class="field-items">
<div class="param">OperationId </div><div class="param-desc"><span class="param-type"><a href="#UUID">UUID</a></span> format: uuid</div>
<div class="param">operationId </div><div class="param-desc"><span class="param-type"><a href="#UUID">UUID</a></span> format: uuid</div>
</div> <!-- field-items -->
</div>
<div class="model">
Expand Down

0 comments on commit 242ecde

Please sign in to comment.