---
title: "Patch Short Link"
method: PATCH
path: "/ShortLinks"
tags: ["Shortlinks"]
---

# Patch Short Link

`PATCH /ShortLinks`

**Requires permission:** *StaffMember*

Patch a Short Link

## Query parameters

- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Request body

- PatchShortLinkRequest
  - `shortLink` ShortLink
    - `id` integer
    - `backHalf` string, nullable
    - `redirectLink` string, nullable
    - `createdBy` string, nullable
    - `created` string, date-time
    - `createdByDisplayName` string, nullable

## Response `204`

Success - Success

## Other responses

- `400` — An Error Occurred - Explain Error
- `401` — Unauthorized
- `403` — Forbidden

## Changes

- **2026-07-31** `df6d21aeebe7` — 1 info
  - added the non-success response with the status `403`

[Change history](https://skmtc.dev/tonbridge/apis/tonbridge-app-api/changes/ShortLinks/patch.md)

---

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