PATCH /api/v1/projects/{project_id}/flags/{id}
Requires flags.write permission. Only the fields you include in the request body are updated; omitted fields are left unchanged.
Path parameters
UUID of the project.
UUID of the flag.
Request body
Updated display name.
Updated description, or
null to clear it.Set to
false to disable the flag. Disabled flags always return default_value.Updated fallback value returned when no rule matches.
Response
The updated flag.
Errors
| Status | When |
|---|---|
403 | Caller lacks flags.write permission |
404 | Flag not found |