# Mark multiple flags as read Marks a list of flags as read for the current user. Returns 204 if all succeeded, 207 if some failed. Endpoint: PATCH /v2/flags/bulk-mark-read Security: BearerAuth ## Header parameters: - `organization-id` (string) ## Request fields (application/json): - `flag_ids` (array, required) - `reason` (string, required) Example: "Reason while marking flag as read" ## Response 400 fields ## Response 401 fields ## Response 403 fields