diff --git a/.last-synced-sha b/.last-synced-sha index 98ed087..654a2e6 100644 --- a/.last-synced-sha +++ b/.last-synced-sha @@ -1 +1 @@ -55568c6c3f680a6022e29ec48b4c0b8785a21370 +de8dbc503fd3555b52628db8a44d4b8b8b304604 diff --git a/spec/open-api-spec.yaml b/spec/open-api-spec.yaml index 9b047ff..bec6c78 100644 --- a/spec/open-api-spec.yaml +++ b/spec/open-api-spec.yaml @@ -35688,6 +35688,7 @@ components: enum: - oauth - api_key + - client_credentials description: >- How accounts authenticate with the provider for this Data Integration. @@ -36202,9 +36203,10 @@ components: enum: - oauth - api_key + - client_credentials description: >- - The authentication method used for this connection (`oauth` or - `api_key`). Defaults to `oauth` if absent. + The authentication method used for this connection (`oauth`, + `api_key`, or `client_credentials`). Defaults to `oauth` if absent. example: oauth api_key_last_4: type: @@ -36312,10 +36314,11 @@ components: enum: - oauth - api_key + - client_credentials description: >- The authentication methods supported by this provider - (`oauth`, `api_key`, or both). Defaults to `["oauth"]` if - absent. + (`oauth`, `api_key`, `client_credentials`, or a combination). + Defaults to `["oauth"]` if absent. example: - oauth ownership: @@ -36394,9 +36397,11 @@ components: enum: - oauth - api_key + - client_credentials description: >- The authentication method used for this connection - (`oauth` or `api_key`). Defaults to `oauth` if absent. + (`oauth`, `api_key`, or `client_credentials`). + Defaults to `oauth` if absent. example: oauth api_key_last_4: type: