---
title: "Mark a single flag as read"
method: PATCH
path: "/v2/flags/{id}/mark-read"
tags: ["v2/flags"]
---

# Mark a single flag as read

`PATCH /v2/flags/{id}/mark-read`

Marks a specific flag as read for the current user.

## Path parameters

- `id` string, required

## Headers

- `organization-id` string

## Response `204`

The flag has been successfully marked read.

## Other responses

- `400` — Bad request. Invalid input.
- `401` — Authorization token is missing or invalid.
- `403` — User does not have permission to access this resource.
- `404` — Flag not found.

---

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