From b05453c0e3298c4ac67760df4d9f87303a03d24d Mon Sep 17 00:00:00 2001 From: Benoit Moriceau Date: Thu, 10 Nov 2022 14:52:09 -0800 Subject: [PATCH 1/2] Update inputs --- airbyte-api/src/main/openapi/config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/airbyte-api/src/main/openapi/config.yaml b/airbyte-api/src/main/openapi/config.yaml index e9691ae1b4e0..7350b2eb6e6c 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/SourceId" OAuthConsentRead: type: object required: From 06d6c4d72f340b9e3c7bbbf3b10ac5fb23de1234 Mon Sep 17 00:00:00 2001 From: Benoit Moriceau Date: Thu, 10 Nov 2022 16:13:18 -0800 Subject: [PATCH 2/2] PR comments and autogen files --- airbyte-api/src/main/openapi/config.yaml | 2 +- docs/reference/api/generated-api-html/index.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/airbyte-api/src/main/openapi/config.yaml b/airbyte-api/src/main/openapi/config.yaml index 7350b2eb6e6c..3921372c8ca1 100644 --- a/airbyte-api/src/main/openapi/config.yaml +++ b/airbyte-api/src/main/openapi/config.yaml @@ -4668,7 +4668,7 @@ components: oAuthInputConfiguration: $ref: "#/components/schemas/OAuthInputConfiguration" destinationId: - $ref: "#/components/schemas/SourceId" + $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