Moderation
Flags_partial_update
AuthorizationBearer <token>
In: header
Path Parameters
idinteger
A unique integer value identifying this Flag.
status?FlagStatusEnum
OPEN- OpenCLOSED- Closed
Value in
"OPEN" | "CLOSED"Response Body
curl -X PATCH "https://loading/api/v1/flags/0" \ -H "Content-Type: application/json" \ -d '{}'{
"status": "OPEN"
}