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 stringrequired

Body

required

updateProjectSchema

    name stringrequired

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

    Possible values: Value must match regular expression ^(?!\s*$).+

    Example: my-renamed-project
    description string

    A new description for the project

    Example: Anything related to the new UI
    mode string

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

    Possible values: [open, protected, private]

    Example: open
    defaultStickiness string

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

    Example: userId

Responses

This response has no body.

Loading...