Update an OAuth app
Tokens
Update an OAuth app
Updates the mutable metadata (name, redirect URIs, and requestable scopes) of an OAuth app owned by the authenticated caller, identified by client_id in the path. The client type and secret lifecycle are fixed at registration and cannot be changed here. New metadata is validated with the same rules as on creation. Returns the updated app, or 404 if the caller does not own an active app with that client_id.
PUT
Update an OAuth app
Authorizations
Personal Access Token. Send as Authorization: Bearer hq_pat_....
Path Parameters
OAuth client id to update
Body
application/json