PUT /entity/{id}/acl
Update an Entity's ACL.
Note: The caller must be granted ACCESS_TYPE.CHANGE_PERMISSIONS on the Entity to call this method.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/entity/{id}/acl
Resource URL Variables
{id} | The ID of the Entity to create an ACL for. |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view , modify |
HTTP Method | PUT |
Request Object | AccessControlList (application/json) |
Response Object | AccessControlList (application/json) |