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

Download Open API Spec

PUT /oauth2/client/{id}/acl

Update the Access Control List for the specified OAuth Client. The allowed permissions are:

  • UPDATE: Permission to change the OAuth Client, to see its private fields, and to generate the client secret
  • DELETE: Permission to delete the OAuth Client
  • READ: Permission to see the ACL
  • CHANGE_PERMISSIONS: Permissions to change the ACL

Resource URL

https://repo-prod.prod.sagebase.org/auth/v1/oauth2/client/{id}/acl

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