---
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

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/28344aa564b4/schema)
