Skip to content

Commit

Permalink
Update inputs (#19320)
Browse files Browse the repository at this point in the history
* Update inputs

* PR comments and autogen files
  • Loading branch information
benmoriceau committed Nov 11, 2022
1 parent 3ed858d commit 1e551d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions airbyte-api/src/main/openapi/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4649,6 +4649,8 @@ components:
type: string
oAuthInputConfiguration:
$ref: "#/components/schemas/OAuthInputConfiguration"
sourceId:
$ref: "#/components/schemas/SourceId"
DestinationOauthConsentRequest:
type: object
required:
Expand All @@ -4665,6 +4667,8 @@ components:
type: string
oAuthInputConfiguration:
$ref: "#/components/schemas/OAuthInputConfiguration"
destinationId:
$ref: "#/components/schemas/DestinationId"
OAuthConsentRead:
type: object
required:
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/api/generated-api-html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11126,6 +11126,7 @@ <h3><a name="DestinationOauthConsentRequest"><code>DestinationOauthConsentReques
<div class="param">workspaceId </div><div class="param-desc"><span class="param-type"><a href="#UUID">UUID</a></span> format: uuid</div>
<div class="param">redirectUrl </div><div class="param-desc"><span class="param-type"><a href="#string">String</a></span> The url to redirect to after getting the user consent </div>
<div class="param">oAuthInputConfiguration (optional)</div><div class="param-desc"><span class="param-type"><a href="#OAuthConfiguration">OAuthConfiguration</a></span> </div>
<div class="param">destinationId (optional)</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 Expand Up @@ -11841,6 +11842,7 @@ <h3><a name="SourceOauthConsentRequest"><code>SourceOauthConsentRequest</code> -
<div class="param">workspaceId </div><div class="param-desc"><span class="param-type"><a href="#UUID">UUID</a></span> format: uuid</div>
<div class="param">redirectUrl </div><div class="param-desc"><span class="param-type"><a href="#string">String</a></span> The url to redirect to after getting the user consent </div>
<div class="param">oAuthInputConfiguration (optional)</div><div class="param-desc"><span class="param-type"><a href="#OAuthConfiguration">OAuthConfiguration</a></span> </div>
<div class="param">sourceId (optional)</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 1e551d0

Please sign in to comment.