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
Example request
{
"name": "my-renamed-project",
"description": "Anything related to the new UI",
"mode": "open",
"defaultStickiness": "userId"
}Response
This response has no body.