---
title: "Partially update article version"
method: PATCH
path: "/account/articles/{article_id}/versions/{version_id}"
tags: ["articles"]
---

# Partially update article version

`PATCH /account/articles/{article_id}/versions/{version_id}`

Partially updating an article version by passing only the fields to change.

## Path parameters

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

## Request body

- ArticleVersionUpdate
  - `supplementary_fields` object[] — List of supplementary fields to be associated with the article version
  - `internal_metadata` object — List of supplementary fields to be associated with the article version

## Response `205`

Reset Content

- LocationWarningsUpdate
  - `location` string, url, required — Url for entity
  - `warnings` string[], required — Issues encountered during the operation

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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