v1
latestOpenAPI 3.0.02026-08-0679302767.4 KBv2/flags
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.
patch/v2/flags/bulk-mark-read
Headers
organization-idstring
Request body
Example request
{
"reason": "Reason while marking flag as read"
}Response
All flags marked as read successfully.
{"stackTrail":"paths:/v2/flags/bulk-mark-read:patch:responses:204:content:application/json:schema","oasType":"schema","type":"unknown","example":{"success":true}}
Example response
{
"success": true
}