---
title: "Update a link"
method: PATCH
path: "/links/{link_id}"
tags: ["Links"]
---

# Update a link

`PATCH /links/{link_id}`

Update a link.
For more information on links, see the [Links](https://dev.frontapp.com/reference/links) topic.


Required scope: `links:write`

## Path parameters

- `link_id` string, required

## Request body

- UpdateLink
  - `name` string — Name of the link

## Response `204`

No content

---

[API](https://skmtc.net/frontapp/apis/core-api.md) · [All operations](https://skmtc.net/frontapp/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/frontapp/core-api/versions/76d1eaa2d0eb/schema)
