---
title: "Update article version thumbnail"
method: PUT
path: "/account/articles/{article_id}/versions/{version_id}/update_thumb"
tags: ["articles"]
---

# Update article version thumbnail

`PUT /account/articles/{article_id}/versions/{version_id}/update_thumb`

For a given public article version update the article thumbnail by choosing one of the associated files

## Path parameters

- `article_id` integer, required
- `version_id` integer, required

## Request body

- FileId
  - `file_id` integer — File ID

## Response `205`

Reset Content

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity

---

[API](https://skmtc.dev/figshare/apis/figshare-api.md) · [All operations](https://skmtc.dev/figshare/apis/figshare-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/figshare/figshare-api/revisions/9dfb419f4430/schema)
