Skip to main content

Thumbnail

View as Markdown

AppThumbnail object

The thumbnail for an app.

thumbnailstring

The thumbnail image bytes.

Update GA

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

Updates the thumbnail for an app.

API scopes: apps

Parameters

namestringpath

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 GA

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

Deletes the thumbnail for an app.

API scopes: apps

Parameters

namestringpath

The name of the app.