v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01302395850.8 KB
oauth

Update App Status

Enable or disable an OAuth application.

Only the application owner can update the status. When disabled, the application cannot be used for new authorizations and existing access tokens will fail validation.

Returns the updated application info.

patch/api/oauth/apps/{app_id}/status

Path parameters

app_idstring required

Request body

is_activeboolean required

Whether the app should be active

Response

Successful Response

idstring required
namestring required
descriptionstring nullable
logo_urlstring nullable
client_idstring required
redirect_urisstring[] required
grant_typesstring[] required
scopesAPIKeyPermission[] required
owner_idstring required
is_activeboolean required
created_atstring date-time required
updated_atstring date-time required