diff --git a/airbyte-api/src/main/openapi/config.yaml b/airbyte-api/src/main/openapi/config.yaml index 26e78fc9d2c4e..831a0f8ec395e 100644 --- a/airbyte-api/src/main/openapi/config.yaml +++ b/airbyte-api/src/main/openapi/config.yaml @@ -2910,9 +2910,9 @@ components: OperationIdRequestBody: type: object required: - - OperationId + - operationId properties: - OperationId: + operationId: $ref: "#/components/schemas/OperationId" OperationCreate: type: object diff --git a/docs/reference/api/generated-api-html/index.html b/docs/reference/api/generated-api-html/index.html index 2047bd7ffec66..ca62e003e7efb 100644 --- a/docs/reference/api/generated-api-html/index.html +++ b/docs/reference/api/generated-api-html/index.html @@ -9154,7 +9154,7 @@

OperationCreate - OperationIdRequestBody - Up

-
OperationId
UUID format: uuid
+
operationId
UUID format: uuid