The Open API specification for Synapse is now available for download!

Download Open API Spec

PUT /accessRequirement/{requirementId}/acl

Updates the ACL for the access requirement with the given id. Only an ACT member is allowed to update the ACL. Only supports {@link ACCESS_TYPE#REVIEW_SUBMISSIONS} access type.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/accessRequirement/{requirementId}/acl

Resource URL Variables
{requirementId}
Resource Information
Authentication Required
Required OAuth Scopes view , modify , authorize
HTTP Method PUT
Request Object AccessControlList
(application/json)
Response Object AccessControlList
(application/json)