---
title: "Update paper attributes"
method: PUT
path: "/api/v1/papers/{id}"
tags: ["Papers"]
---

# Update paper attributes

`PUT /api/v1/papers/{id}`

## Path parameters

- `id` integer, required

## Request body

- UpdatePaper
  - `token` string, required
  - `item` object
    - `name` string — the papers title
    - `journal` string — the time period in numbers
    - `authors` string
    - `publication_date` string, date — in the following format yyyy-mm-dd
    - `volume` string — volume
    - `pages` string — pages
    - `url` string — www.link.com
    - `doi` string — digital object identifier
    - `review` string — Abstract

## Response `200`

paper updated

## Other responses

- `422` — Error: Unauthorized

---

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