Skip to main content

Update project

PUT 

<your-unleash-url>/api/admin/projects/:projectId

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

Request

Responses

This response has no body.

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L -X PUT '<your-unleash-url>/api/admin/projects/:projectId' \
-H 'Content-Type: application/json' \
-H 'Authorization: <Authorization>' \
-d '{
"name": "my-renamed-project",
"description": "Anything related to the new UI",
"mode": "open",
"defaultStickiness": "userId"
}'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Parameters
— pathrequired
Body required
{
  "name": "my-renamed-project",
  "description": "Anything related to the new UI",
  "mode": "open",
  "defaultStickiness": "userId"
}
ResponseClear

Click the Send API Request button above and see the response here!