Edit Video Share Permissions
Edits the specified access permissions for a video.
Authorizations: Recordings - ACCESS
Requests
PUT /apis/assets/:id/shares/:shareId { |
Response
Success
{ |
Error
Code | Payload | Description |
---|---|---|
403 | {"code":"030003", "name":"CannotShare", | User is not allowed to share to this permission ID. Ex.: User has the WATCH access permission, but is trying to share to the OWN level. |
404 | {"code":"040021", "name":"UserGroupNotFound", | Specified video has no share for the specified user or group ID. |
400 | {"code":"010001", "name":"InputValidation", | Supplied data was insufficient or incorrect. |
404 | {"code":"040025", "name":"SharePermissionNotFound", | The share permission to share with was not found. |