Moderation

Flags_partial_update

PATCH
/api/v1/flags/{id}
AuthorizationBearer <token>

In: header

Path Parameters

idinteger

A unique integer value identifying this Flag.

status?FlagStatusEnum
  • OPEN - Open
  • CLOSED - Closed
Value in"OPEN" | "CLOSED"

Response Body

curl -X PATCH "https://loading/api/v1/flags/0" \  -H "Content-Type: application/json" \  -d '{}'
{
  "status": "OPEN"
}