Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
ct-sdks[bot] committed Nov 13, 2024
1 parent 605a1ff commit 3fb2376
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api-specs/connect/api.raml
Original file line number Diff line number Diff line change
@@ -18,6 +18,7 @@ baseUriParameters:
- us-central1.gcp
- australia-southeast1.gcp
- eastus.azure
- germanywestcentral.azure
description: |
[Region](hosts-and-authorization#hosts) in which the Project is hosted.
(annotations.serviceRegions):
@@ -37,6 +38,10 @@ baseUriParameters:
region: eastus
provider: azure
name: North America (Azure, Virginia)
- uri: https://connect.germanywestcentral.azure.commercetools.com
region: germanywestcentral
provider: azure
name: Europe (Azure, Frankfurt)

types: !include types/types.raml

4 changes: 4 additions & 0 deletions api-specs/connect/security-schemes/oauth2.raml
Original file line number Diff line number Diff line change
@@ -43,6 +43,10 @@ settings:
region: eastus
provider: azure
name: North America (Azure, Virginia)
- uri: https://auth.germanywestcentral.azure.commercetools.com
region: germanywestcentral
provider: azure
name: Europe (Azure, Frankfurt)
scopes:
- 'manage_project:{projectKey}'
- 'view_connectors:{projectKey}'
2 changes: 2 additions & 0 deletions api-specs/connect/types/common.raml
Original file line number Diff line number Diff line change
@@ -431,11 +431,13 @@ types:
- us-central1.gcp
- australia-southeast1.gcp
- eastus.azure
- germanywestcentral.azure
(annotations.enumDescriptions):
europe-west1.gcp: Europe (Google Cloud, Belgium)
us-central1.gcp: North America (Google Cloud, Iowa)
australia-southeast1.gcp: Australia (Google Cloud, Sydney)
eastus.azure: North America (Azure, Virginia)
germanywestcentral.azure: Europe (Azure, Frankfurt)
IntegrationType:
description: |
Integration type of the Connector.

0 comments on commit 3fb2376

Please sign in to comment.