---
title: "Update private link"
method: PUT
path: "/account/articles/{article_id}/private_links/{link_id}"
tags: ["articles"]
---

# Update private link

`PUT /account/articles/{article_id}/private_links/{link_id}`

Update existing private link for this article

## Path parameters

- `article_id` integer, required
- `link_id` string, required

## Request body

- PrivateLinkCreator
  - `expires_date` string — Date when this private link should expire - optional. By default private links expire in 365 days.

## Response `205`

Reset Content

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[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)
