Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Oct 8, 2024
1 parent e985f4b commit 7b61d38
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api-specs/checkout/api.raml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#%RAML 1.0
---
title: commercetools Checkout API
title: Checkout API
uses:
annotations: types/annotations.raml
common: types/common.raml
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"severity": "error",
"code": "project_deactivated",
"message": "commercetools Checkout {projectKey} is deactivated.",
"message": "Project {projectKey} is deactivated.",
"payload": {
"project": {
"key": "{projectKey}"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion api-specs/checkout/types/responses/CartNotFound.raml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions api-specs/checkout/types/responses/ProjectIsDeactivated.raml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

0 comments on commit 7b61d38

Please sign in to comment.