diff --git a/airbyte-api/src/main/openapi/config.yaml b/airbyte-api/src/main/openapi/config.yaml index e9691ae1b4e0..3921372c8ca1 100644 --- a/airbyte-api/src/main/openapi/config.yaml +++ b/airbyte-api/src/main/openapi/config.yaml @@ -4649,6 +4649,8 @@ components: type: string oAuthInputConfiguration: $ref: "#/components/schemas/OAuthInputConfiguration" + sourceId: + $ref: "#/components/schemas/SourceId" DestinationOauthConsentRequest: type: object required: @@ -4665,6 +4667,8 @@ components: type: string oAuthInputConfiguration: $ref: "#/components/schemas/OAuthInputConfiguration" + destinationId: + $ref: "#/components/schemas/DestinationId" OAuthConsentRead: type: object required: diff --git a/docs/reference/api/generated-api-html/index.html b/docs/reference/api/generated-api-html/index.html index aa977cc55812..831bf9923b86 100644 --- a/docs/reference/api/generated-api-html/index.html +++ b/docs/reference/api/generated-api-html/index.html @@ -11126,6 +11126,7 @@

DestinationOauthConsentReques
workspaceId
UUID format: uuid
redirectUrl
String The url to redirect to after getting the user consent
oAuthInputConfiguration (optional)
+
destinationId (optional)
UUID format: uuid
@@ -11841,6 +11842,7 @@

SourceOauthConsentRequest -
workspaceId
UUID format: uuid
redirectUrl
String The url to redirect to after getting the user consent
oAuthInputConfiguration (optional)
+
sourceId (optional)
UUID format: uuid