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

Download Open API Spec

PUT /oauth2/client/{id}

Update the metadata for an existing OAuth 2.0 client.
Note: Only the creator of a client can update it.
Note: Changing the redirect URIs and/or the sector identifier may revert the 'verified' status of the client, necessitating re-verification. Use the service PUT /oauth2/client/{id}/verificationPrecheck to determine whether re-verification will be required.

Resource URL

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

Resource URL Variables
{clientId} the ID for the OAuth client
Resource Information
Authentication Required
Required OAuth Scopes view , modify
HTTP Method PUT
Request Object OAuthClient
(application/json)
Response Object OAuthClient
(application/json)