Skip to content

Commit 6732602

Browse files
committed
TASK: Updating RAML types, Postman and OAS definition
1 parent d6a0c24 commit 6732602

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

oas/api/openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6118,7 +6118,7 @@ paths:
61186118
- "manage_orders:{projectKey}"
61196119
operationId: ByProjectKeyCartsKeyByKeyPost
61206120
description: |-
6121-
Updates a Cart in the Project using one or more [update actions](/../projects/carts#update-actions).
6121+
Updates a Cart in the Project using one or more [update actions](/../api/projects/carts#update-actions).
61226122
parameters:
61236123
- name: expand
61246124
in: query
@@ -6355,7 +6355,7 @@ paths:
63556355
- "manage_orders:{projectKey}"
63566356
operationId: ByProjectKeyCartsByIDPost
63576357
description: |-
6358-
Updates a Cart in the Project using one or more [update actions](/../projects/carts#update-actions).
6358+
Updates a Cart in the Project using one or more [update actions](/../api/projects/carts#update-actions).
63596359
parameters:
63606360
- name: expand
63616361
in: query
@@ -12183,7 +12183,7 @@ paths:
1218312183
- "manage_orders:{projectKey}:{storeKey}"
1218412184
operationId: ByProjectKeyInStoreKeyByStoreKeyCartsKeyByKeyPost
1218512185
description: |-
12186-
Updates a Cart in a [Store](ctp:api:type:Store) using one or more [update actions](/../projects/carts#update-actions).
12186+
Updates a Cart in a [Store](ctp:api:type:Store) using one or more [update actions](/../api/projects/carts#update-actions).
1218712187

1218812188
If the Cart exists in the Project but does not have a `store` specified, or the `store` field references a different Store, this method returns a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error.
1218912189
parameters:
@@ -12442,7 +12442,7 @@ paths:
1244212442
- "manage_orders:{projectKey}:{storeKey}"
1244312443
operationId: ByProjectKeyInStoreKeyByStoreKeyCartsByIDPost
1244412444
description: |-
12445-
Updates a Cart in a [Store](ctp:api:type:Store) using one or more [update actions](/../projects/carts#update-actions).
12445+
Updates a Cart in a [Store](ctp:api:type:Store) using one or more [update actions](/../api/projects/carts#update-actions).
1244612446

1244712447
If the Cart exists in the Project but does not have a `store` specified, or the `store` field references a different Store, this method returns a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error.
1244812448
parameters:

0 commit comments

Comments
 (0)