From 78c9840f58086cec62ddf5e60986a0a359d193cf Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:24:53 +0000 Subject: [PATCH] Updated API from documentation release --- api-specs/history/api.raml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/api-specs/history/api.raml b/api-specs/history/api.raml index eb9e126fe..746d6084c 100644 --- a/api-specs/history/api.raml +++ b/api-specs/history/api.raml @@ -51,6 +51,7 @@ baseUri: https://history.europe-west1.gcp.commercetools.com - australia-southeast1.gcp - eu-central-1.aws - us-east-2.aws + - eastus.azure description: | The [Region](#hosts) in which the project is hosted. (serviceRegions): @@ -74,7 +75,10 @@ baseUri: https://history.europe-west1.gcp.commercetools.com region: us-east-2 provider: aws name: North America (AWS, Ohio) - + - uri: https://history.eastus.azure.commercetools.com + region: eastus + provider: azure + name: North America (Azure, Virginia) securitySchemes: oauth_2_0: !include oauth2.raml securedBy: [oauth_2_0]