Flags
Update a flag
Update a flag.
put/api/v1/flags/{id}
Path parameters
idinteger required
The ID of the flag
Request body
Example request
{
"token": "YOUR TOKEN IS HERE",
"item": {
"icon": "star",
"color": "green"
}
}Response
OK
Update a flag.
The ID of the flag
{
"token": "YOUR TOKEN IS HERE",
"item": {
"icon": "star",
"color": "green"
}
}OK