---
title: "Update paper links"
method: POST
path: "/api/papers/{paperId}/links"
tags: ["papers"]
---

# Update paper links

`POST /api/papers/{paperId}/links`

Update the project page, GitHub repository, or submitting organization for a paper. Requires the requester to be the paper author, the Daily Papers submitter, or a papers admin.

## Path parameters

- `paperId` string, required

## Request body

- object
  - `projectPage` string, uri, nullable
  - `githubRepo` string, uri, nullable
  - `organizationId` string, nullable

## Response `200`

Paper links updated

- object

---

[API](https://skmtc.net/huggingface/apis/hub-api-endpoints.md) · [All operations](https://skmtc.net/huggingface/apis/hub-api-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/huggingface/hub-api-endpoints/versions/8443210055e0/schema)
