---
title: "Patch Favourite"
method: PATCH
path: "/Favourites"
tags: ["Favourites"]
---

# Patch Favourite

`PATCH /Favourites`

**Auth:** Authenticated - any signed-in user.

Update the Name, Icon or Colour of a Favourite

## Query parameters

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

## Request body

- PatchFavouriteRequest
  - `id` integer, nullable
  - `pageName` string, nullable
  - `link` string, nullable
  - `userEmail` string, nullable
  - `submitted` string, date-time, nullable
  - `icon` string, nullable
  - `colour` string, nullable

## Response `204`

Success - Favourite Updated

## Other responses

- `400` — An Error Occurred - Could not update favourite
- `401` — Unauthorized

---

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