---
title: "UpdateShortLink"
method: POST
path: "/channel/{channelId}/short-link/{shortLinkId}"
tags: ["Shortlinks"]
---

# UpdateShortLink

`POST /channel/{channelId}/short-link/{shortLinkId}`

Update short link notification

## Path parameters

- `channelId` string, required
- `shortLinkId` string, required

## Request body

- object
  - `notificationId` string, required — <p>The notification id to associate with the short link</p>

## Response `200`

Success-Response:

- object
  - `success` boolean, required — <p>Indicates if the update was successful</p>

---

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