Skip to main content

Thumbnail

View as Markdown

AppThumbnail object

The thumbnail for an app.

thumbnailstring

The thumbnail image bytes.

Update an app thumbnail GA

PATCH /api/2.0/apps/{name}/thumbnail

Updates the thumbnail for an app.

API scopes: apps

Parameters

namestringRequiredpath

The name of the app.

Request body

app_thumbnailobject

The app thumbnail to set.

Show child attributesHide child attributes
thumbnailstring

The thumbnail image bytes.

Response

Returns the AppThumbnail object.

Delete an app thumbnail GA

DELETE /api/2.0/apps/{name}/thumbnail

Deletes the thumbnail for an app.

API scopes: apps

Parameters

namestringRequiredpath

The name of the app.