---
title: "Set the thumbnail image for an application element."
method: POST
path: "/thumbnails/d/{did}/{wv}/{wvid}/e/{eid}"
tags: ["Thumbnail"]
---

# Set the thumbnail image for an application element.

`POST /thumbnails/d/{did}/{wv}/{wvid}/e/{eid}`

* Allows 3rd-party applications to set thumbnails for their elements. 
* Application elements can have both primary and secondary thumbnails. A primary thumbnail represents the top-level of the element. A secondary thumbnail can represent sub-components of the element (e.g., a drawing sheet).
* To update one or more thumbnails, you must set the overwrite query param to `true` and supply the entire set of thumbnails. All previous thumbnails will be deleted prior to updating the element with the latest images.

## Path parameters

- `did` string, required
- `wv` 'w' | 'v', required
- `wvid` string, required
- `eid` string, required

## Query parameters

- `linkDocumentId` string
- `overwrite` boolean

## Response `default`

default response

---

[API](https://skmtc.net/onshape/apis/onshape-rest-api.md) · [All operations](https://skmtc.net/onshape/apis/onshape-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onshape/onshape-rest-api/revisions/aaa3e1322450/schema)
