Create or update flag defaults for project

Create or update flag defaults for a project.

Authentication

Authorizationstring
API Key authentication via header

Path parameters

projectKeystringRequiredformat: "string"
The project key

Request

This endpoint expects an object.
tagslist of stringsRequired
A list of default tags for each flag
temporarybooleanRequired
Whether the flag should be temporary by default
booleanDefaultsobjectRequired
defaultClientSideAvailabilityobjectRequired

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

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

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
429
Too Many Requests Error