Update flag default for project

PATCH
/api/v2/projects/:projectKey/flag-defaults

Update a flag default. Updating a flag default uses a JSON patch or JSON merge patch representation of the desired changes. To learn more, read Updates.

Path parameters

projectKeystringRequired

The project key

Request

This endpoint expects a list of objects.
list of objects

Response

Flag default response

tagslist of strings

A list of default tags for each flag

temporaryboolean

Whether the flag should be temporary by default

booleanDefaultsobject
defaultClientSideAvailabilityobject

Which client-side SDK types can use this flag by default.

Errors

Built with