Share library item
Build / Create/Logic/Option/Design
Share library item
Description
Changes the “shared” status of a library item.
Payload
{
"isShared": true
}
where:
isShared: Boolean value to specify if the item is shared or not. Required.
Response
204 No Content
400 Bad Request
isSharedis missing.
401 Unauthorized
The user doesn’t have permissions.
404 Not Found
Library item not found.
500 Internal Server Error
Error occurred while processing the request.
POST
Share library item
Description
Changes the “shared” status of a library item.Payload
isShared: Boolean value to specify if the item is shared or not. Required.
Response
204 No Content
400 Bad Request
isShared is missing.
401 Unauthorized
The user doesn’t have permissions.
404 Not Found
Library item not found.
500 Internal Server Error
Error occurred while processing the request.