v1

latestOpenAPI 3.0.02026-08-0679302767.4 KB
flags

Bulk mark flags as read

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

patch/flags/bulk-mark-read

Headers

organization-idstring

Request body

flagIdsstring[] required
reasonstring required

Response

If all of the IDs marked as read successfully.

{"stackTrail":"paths:/flags/bulk-mark-read:patch:responses:204:content:application/json:schema","oasType":"schema","type":"unknown","example":{"success":true}}

Example response

{
  "success": true
}