---
title: "Mark a page as read/complete"
method: PATCH
path: "/CustomPages/{id}/Complete"
tags: ["Custompages"]
---

# Mark a page as read/complete

`PATCH /CustomPages/{id}/Complete`

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

Records that the calling user has read/completed the page (group completion tracking).

## Path parameters

- `id` string, required

## Query parameters

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

## Response `204`

Success - Recorded

## Other responses

- `400` — An Error Occurred - Explain Error
- `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)
