v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
Projects

Update project

Enterprise feature

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

put/api/admin/projects/{projectId}

Path parameters

projectIdstring required

Request body

namestring required

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

descriptionstring

A new description for the project

mode'open' | 'protected' | 'private'

A mode of the project affecting what actions are possible in this project

defaultStickinessstring

A default stickiness for the project affecting the default stickiness value for variants and Gradual Rollout strategy

Example request

{
  "name": "my-renamed-project",
  "description": "Anything related to the new UI",
  "mode": "open",
  "defaultStickiness": "userId"
}

Response

This response has no body.