---
title: "PATCH /api/links/{id}"
method: PATCH
path: "/api/links/{id}"
tags: ["Links"]
---

# PATCH /api/links/{id}

`PATCH /api/links/{id}`

## Path parameters

- `id` number, required

## Request body

- EditLinkBodyDto
  - `title` string, required
  - `url` string, uri, required
  - `description` string
  - `iconUrl` union
    - string, uri
    - ''
  - `isVisibleOnGuestDashboard` boolean

## Response `200`

## Changes

- **2025-09-21** `9bb6907a2baf` — 1 info
  - added `subschema #2` to the `iconUrl` request property `anyOf` list
- **2025-09-19** `04aac8a043a6` — 1 breaking
  - removed `subschema #2` from the `iconUrl` request property `anyOf` list
- **2025-09-07** `8894b9440760` — 1 breaking, 1 info
  - removed `subschema #1, subschema #2` from the `iconUrl` request property `oneOf` list
  - added `subschema #1, subschema #2` to the `iconUrl` request property `anyOf` list
- **2025-05-09** `0db10235cd0a` — 1 breaking, 1 info
  - removed `subschema #1, subschema #2` from the `iconUrl` request property `anyOf` list
  - added `subschema #1, subschema #2` to the `iconUrl` request property `oneOf` list

[Change history](https://skmtc.dev/runtipi/apis/runtipi-api/changes/api/links/:id/patch.md)

---

[API](https://skmtc.dev/runtipi/apis/runtipi-api.md) · [All operations](https://skmtc.dev/runtipi/apis/runtipi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runtipi/runtipi-api/revisions/5c7deb969194/schema)
