v13

OpenAPI 3.0.32026-07-31359869.4 MB
feature-flags

Update a flag

Update an existing feature flag. This endpoint supports partial updates, allowing you to modify specific properties like variants, environments, or state without providing the full flag configuration.

patch/v1/projects/{projectIdOrName}/feature-flags/flags/{flagIdOrSlug}

Path parameters

projectIdOrNamestring required

The project id or name

The project id or name

flagIdOrSlugstring required

The flag id or name

The flag id or name

Query parameters

ifMatchstring

Etag to match, can be used interchangeably with the if-match header

Etag to match, can be used interchangeably with the if-match header

withMetadataboolean

Whether to include metadata in the response

Whether to include metadata in the response

teamIdstring
Example:team_1a2b3c4d5e6f7g8h9i0j1k2l

The Team identifier to perform the request on behalf of.

slugstring
Example:my-team-url-slug

The Team slug to perform the request on behalf of.

Request body

createdBystring

The user who created this patch

messagestring

Additional message for this version

environmentsobject

The configuration for the flag in different environments

seednumber

A random seed to prevent split points in different flags from having the same targets

descriptionstring

A description of the flag

state'active' | 'archived'
maintainerIdsstring[]

The user ids of the maintainers of the flag

permanentboolean

Whether this flag is marked as permanent, indicating it should not be removed

tagsstring[]

Tags for categorizing the flag

Response

OR