OAuth Applications
Update an OAuth application
Updates an existing OAuth application
patch/oauth_applications/{oauth_application_id}
Path parameters
oauth_application_idstring required
The ID of the OAuth application to update
Request body
Example request
{
"scopes": "profile email public_metadata private_metadata"
}Response
An OAuth application