Edit Share Permission for a Feed
Edits the specified access permission for the feed.
Authorizations: Administrator
Requests
PUT /apis/sections/:sectionId/shares/:shareId { |
Response
Success
{ |
Error
Code | Payload | Description |
---|---|---|
400 | {"code":"010001", "name":"InputValidation", | Supplied data was insufficient or incorrect. |
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", | No user or group was found. |
404 | {"code": "040025", | The specified access permission was not found. |