PUT /oauth2/client/{id}
Update the metadata for an existing OAuth 2.0 client. Note, changing the redirect URIs will revert the 'verified' status of the client, necessitating re-verification.
Resource URL
https://repo-prod.prod.sagebase.org/auth/v1/oauth2/client/{id}
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view , modify , authorize |
HTTP Method | PUT |
Request Object | OAuthClient (application/json) |
Response Object | OAuthClient (application/json) |