---
title: "To Update Thumbnails for Assets"
method: POST
path: "/AssetImport/SaveAssetThumbnail"
tags: ["AssetImport"]
---

# To Update Thumbnails for Assets

`POST /AssetImport/SaveAssetThumbnail`

## Headers

- `X-Version` string

## Request body

- ThumbnailDataImport
  - `process` string, nullable
  - `userID` integer, nullable
  - `institutionID` integer, nullable
  - `assetID` integer, nullable
  - `assetName` string, nullable
  - `categoryID` integer, nullable
  - `assetURL` string, nullable
  - `assetThumbnailURL` string, nullable
  - `copyrightInfo` string, nullable
  - `b64String` string, nullable

## Response `200`

Success

- boolean

---

[API](https://skmtc.dev/eon-xr/apis/eonxr-api.md) · [All operations](https://skmtc.dev/eon-xr/apis/eonxr-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eon-xr/eonxr-api/revisions/538c75161c64/schema)
