---
title: "Bulk mark flags as read"
method: PATCH
path: "/flags/bulk-mark-read"
tags: ["flags"]
---

# Bulk mark flags as read

`PATCH /flags/bulk-mark-read`

Marks multiple flags as read for the current user. Returns 204 if all succeeded, 207 if some failed.

## Headers

- `organization-id` string

## Request body

- FlagMarkReadAllRequestDto
  - `flagIds` string[], required
  - `reason` string, required

## Response `204`

If all of the IDs marked as read successfully.

- unknown

## Other responses

- `207` — If some of the IDs failed to be marked as read.
- `400` — Bad request.
- `401` — Unauthorized if authorization token is not provided or invalid.
- `403` — Forbidden if user access is not right.

---

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