From 7b61d389a7b8bd5dac2d780c6b6fbea0b881400c Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 09:53:35 +0000 Subject: [PATCH] Updated API from documentation release --- api-specs/checkout/api.raml | 2 +- .../checkout/examples/message/ErrorInitBadConfigMessage.json | 4 ++-- .../checkout/types/responses/ApplicationDeactivated.raml | 2 +- api-specs/checkout/types/responses/CartNotFound.raml | 2 +- api-specs/checkout/types/responses/ProjectIsDeactivated.raml | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api-specs/checkout/api.raml b/api-specs/checkout/api.raml index 497c54a1b..68e15161a 100644 --- a/api-specs/checkout/api.raml +++ b/api-specs/checkout/api.raml @@ -1,6 +1,6 @@ #%RAML 1.0 --- -title: commercetools Checkout API +title: Checkout API uses: annotations: types/annotations.raml common: types/common.raml diff --git a/api-specs/checkout/examples/message/ErrorInitBadConfigMessage.json b/api-specs/checkout/examples/message/ErrorInitBadConfigMessage.json index c31bdd015..8f15154ea 100644 --- a/api-specs/checkout/examples/message/ErrorInitBadConfigMessage.json +++ b/api-specs/checkout/examples/message/ErrorInitBadConfigMessage.json @@ -1,10 +1,10 @@ { "severity": "error", "code": "project_deactivated", - "message": "commercetools Checkout {projectKey} is deactivated.", + "message": "Project {projectKey} is deactivated.", "payload": { "project": { "key": "{projectKey}" } } -} \ No newline at end of file +} diff --git a/api-specs/checkout/types/responses/ApplicationDeactivated.raml b/api-specs/checkout/types/responses/ApplicationDeactivated.raml index f40a091bc..497961e9a 100644 --- a/api-specs/checkout/types/responses/ApplicationDeactivated.raml +++ b/api-specs/checkout/types/responses/ApplicationDeactivated.raml @@ -14,7 +14,7 @@ properties: description: \`error` message: type: string - description: Application `{applicationKey}` for commercetools Checkout `{projectKey}` is disabled. + description: Application `{applicationKey}` for `{projectKey}` is disabled. payload: type: object description: Contains the `project` and `application` objects with the related `key` property. diff --git a/api-specs/checkout/types/responses/CartNotFound.raml b/api-specs/checkout/types/responses/CartNotFound.raml index 8829b9c44..7a85c6a71 100644 --- a/api-specs/checkout/types/responses/CartNotFound.raml +++ b/api-specs/checkout/types/responses/CartNotFound.raml @@ -14,7 +14,7 @@ properties: description: \`error` message: type: string - description: Cart for commercetools Checkout `{projectKey}` and session `{sessionId}` not found. + description: Cart for `{projectKey}` and session `{sessionId}` not found. payload: type: object description: Contains the `project` and `session` objects with the related `key` and `id` properties. diff --git a/api-specs/checkout/types/responses/ProjectIsDeactivated.raml b/api-specs/checkout/types/responses/ProjectIsDeactivated.raml index 1e1453222..6203f7850 100644 --- a/api-specs/checkout/types/responses/ProjectIsDeactivated.raml +++ b/api-specs/checkout/types/responses/ProjectIsDeactivated.raml @@ -4,7 +4,7 @@ type: ResponseMessage displayName: ProjectIsDeactivated discriminatorValue: project_deactivated description: | - Generated when the commercetools Checkout [`projectKey`](/sdk) is deactivated and cannot be initialized. To activate it, contact the [Checkout support team](https://support.commercetools.com/). + Generated when the Checkout [`projectKey`](/sdk) is deactivated and cannot be initialized. To activate it, contact the [Checkout support team](https://support.commercetools.com/). properties: code: type: string @@ -14,7 +14,7 @@ properties: description: \`error` message: type: string - description: commercetools Checkout `{projectKey}` is deactivated. + description: Project `{projectKey}` is deactivated. payload: type: object description: Contains the `project` object with the `key` property.