Skip to main content

Update project

PUT /api/admin/projects/:projectId

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

Request

Path Parameters

  • projectId string required

Body

required

updateProjectSchema

  • name string required

    The new name of the project

  • description string

    A new description for the project

  • mode string

    Possible values: [open, protected, private]

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

  • defaultStickiness string

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

Responses

This response has no body.

Loading...