---
title: "Private Article Resource"
method: POST
path: "/account/articles/{article_id}/resource"
tags: ["articles"]
---

# Private Article Resource

`POST /account/articles/{article_id}/resource`

Edit article resource data.

## Path parameters

- `article_id` integer, required

## Request body

- Resource
  - `id` string — ID of resource item
  - `title` string — Title of resource item
  - `doi` string — DOI of resource item
  - `link` string — Link of resource item
  - `status` string — Status of resource item
  - `version` integer — Version of resource item

## Response `205`

Reset Content

- Location
  - `location` string, url, required — Url for item

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity

---

[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/versions/9dfb419f4430/schema)
