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

Download Open API Spec

PUT /oauth2/client/{id}/verificationPrecheck

Check whether the proposed change to an OAuth Client will cause the client to enter the 'unverified' state. This service also validates the submitted client information and will return a 400 Bad Request status for invalid information.

Resource URL

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

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