Applies a patch to a shared item
PATCH /v1/shareditem/{sharedItemID}
Summary
Applies a patch to a shared item.
Details
Request body: array of patch operations.
Authentication
No operation-level security requirement is documented here.
Parameters
| Name | In | Type | Required | Description | Example |
|---|---|---|---|---|---|
| sharedItemID | path | integer (int64) | Yes | The ID of the shared item to patch. | 1 |
Request Body
No request body is documented here.
Responses
200
Success
application/json
Not documented here.
Example
Patch applied successfully.