v51

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

Update App Logo

Update the logo URL for an OAuth application.

Only the application owner can update the logo. The logo should be uploaded first using the media upload endpoint, then this endpoint is called with the resulting URL.

Logo requirements:

  • Must be square (1:1 aspect ratio)
  • Minimum 512x512 pixels
  • Maximum 2048x2048 pixels

Returns the updated application info.

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

Path parameters

app_idstring required

Request body

logo_urlstring required

URL of the uploaded logo image

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