Skip to content

Commit b1f4c82

Browse files
committed
REST API Ref: Add responses to PATCH /cart/{identifier}/entry/{entryId}
1 parent a48a365 commit b1f4c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/rest_api/rest_api_reference/input/ibexa-cart.raml

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ post:
214214
400:
215215
description: Error - the input doesn't match the input schema definition.
216216
401:
217-
description: Error - the user is not authorized to remove an entry from this cart.
217+
description: Error - the user is not authorized to update an entry of this cart.
218218
404:
219219
description: Error - the identifiers don't match any cart or entry.
220220
/empty:

0 commit comments

Comments
 (0)