Update project

Enterprise feature

Update a project with new configuration. Any fields not provided are ignored.

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Path parameters

projectIdstringRequired

Request

updateProjectSchema
namestringRequiredformat: "^(?!\s*$).+"

The new name of the project. The name must contain at least one non-whitespace character.

descriptionstringOptional
A new description for the project
modeenumOptional
A mode of the project affecting what actions are possible in this project
Allowed values:
defaultStickinessstringOptional
A default stickiness for the project affecting the default stickiness value for variants and Gradual Rollout strategy

Response

This response has no body.

Errors