Skip to content

Commit d6a0c24

Browse files
committed
Updated API from documentation release
1 parent c920e1d commit d6a0c24

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

api-specs/api/resources/carts.raml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ post:
114114
securedBy: [oauth_2_0: { scopes: ['view_orders:{projectKey}'] }]
115115
description: Checks if a Cart exists for the provided `key`. Returns a `200 OK` status if the Cart exists or a `404 Not Found` otherwise.
116116
post:
117-
description: Updates a Cart in the Project using one or more [update actions](/../projects/carts#update-actions).
117+
description: Updates a Cart in the Project using one or more [update actions](/../api/projects/carts#update-actions).
118118
securedBy: [oauth_2_0: { scopes: ['manage_orders:{projectKey}'] }]
119119
body:
120120
application/json:
@@ -156,7 +156,7 @@ post:
156156
description: Checks if a Cart exists for the provided `id`. Returns a `200 OK` status if the Cart exists or a `404 Not Found` otherwise.
157157
post:
158158
securedBy: [oauth_2_0: { scopes: ['manage_orders:{projectKey}'] }]
159-
description: Updates a Cart in the Project using one or more [update actions](/../projects/carts#update-actions).
159+
description: Updates a Cart in the Project using one or more [update actions](/../api/projects/carts#update-actions).
160160
body:
161161
application/json:
162162
example: !include ../examples/cart-update.example.json

api-specs/api/resources/in-store.raml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ uriParameters:
189189
},
190190
]
191191
description: |
192-
Updates a Cart in a [Store](ctp:api:type:Store) using one or more [update actions](/../projects/carts#update-actions).
192+
Updates a Cart in a [Store](ctp:api:type:Store) using one or more [update actions](/../api/projects/carts#update-actions).
193193
194194
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.
195195
body:
@@ -319,7 +319,7 @@ uriParameters:
319319
},
320320
]
321321
description: |
322-
Updates a Cart in a [Store](ctp:api:type:Store) using one or more [update actions](/../projects/carts#update-actions).
322+
Updates a Cart in a [Store](ctp:api:type:Store) using one or more [update actions](/../api/projects/carts#update-actions).
323323
324324
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.
325325
body:

0 commit comments

Comments
 (0)