PATCH
call to the Update a Client endpoint. Be sure to replace {yourClientId}
, {yourMgmtApiAccessToken}
, and {ownershipBoolean}
placeholder values with your , Management API , and boolean representing the application’s ownership, respectively.
Value | Description |
---|---|
YOUR_CLIENT_ID | Τhe ID of the application to be updated. |
MGMT_API_ACCESS_TOKEN | Access Tokens for the Management API with the update:clients . |
OWNERSHIP_BOOLEAN | The ownership you would like to specify for the application. If the application is first-party, is_first_party should have a value of true . If the application is third-party, is_first_party should have a value of false . |