Skip to content

Commit 404ee0b

Browse files
committed
CST-11403 add details about return code for patch operation
1 parent de09901 commit 404ee0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

workspaceitem-data-coarnotify.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ The above example shows a submission where three services (id 1, 2, 3) were sele
1818
## Patch operations
1919
The PATCH method expects a JSON body according to the [JSON Patch specification RFC6902](https://tools.ietf.org/html/rfc6902)
2020

21-
Each successful Patch operation will return a HTTP 200 CODE with the updated workspaceitem as body
21+
Each successful Patch operation will return a HTTP 200 CODE with the updated workspaceitem as body.
22+
23+
If the requested path doesn't match a valid pattern for the current configuration or a specified service id doesn't exist 422 Unprocessable Entity will be returned.
2224

2325
### Add
2426
To specify which services request for a specific pattern

0 commit comments

Comments
 (0)