116 lines
2.2 KiB
Markdown
116 lines
2.2 KiB
Markdown
[Skip to content](https://coolify.io/docs/api-reference/api/operations/update-project-by-uuid#VPContent)
|
||
|
||
Return to top
|
||
|
||
Update[](https://coolify.io/docs/api-reference/api/operations/update-project-by-uuid#update)
|
||
|
||
==============================================================================================
|
||
|
||
PATCH
|
||
|
||
/projects/{uuid}
|
||
|
||
Update Project.
|
||
|
||
Authorizations[](https://coolify.io/docs/api-reference/api/operations/update-project-by-uuid#authorizations)
|
||
|
||
--------------------------------------------------------------------------------------------------------------
|
||
|
||
bearerAuth
|
||
|
||
Go to `Keys & Tokens` / `API tokens` and create a new token. Use the token as the bearer token.
|
||
|
||
Type
|
||
|
||
HTTP (bearer)
|
||
|
||
Parameters[](https://coolify.io/docs/api-reference/api/operations/update-project-by-uuid#parameters)
|
||
|
||
------------------------------------------------------------------------------------------------------
|
||
|
||
### Path Parameters
|
||
|
||
uuid\*
|
||
|
||
UUID of the project.
|
||
|
||
Type
|
||
|
||
string
|
||
|
||
Required
|
||
|
||
Request Body[](https://coolify.io/docs/api-reference/api/operations/update-project-by-uuid#request-body)
|
||
|
||
----------------------------------------------------------------------------------------------------------
|
||
|
||
application/json
|
||
|
||
SchemaJSON
|
||
|
||
JSON
|
||
|
||
{
|
||
|
||
"name": "string",
|
||
|
||
"description": "string"
|
||
|
||
}
|
||
|
||
Responses[](https://coolify.io/docs/api-reference/api/operations/update-project-by-uuid#responses)
|
||
|
||
----------------------------------------------------------------------------------------------------
|
||
|
||
201400401404422
|
||
|
||
Project updated.
|
||
|
||
Content-Type
|
||
|
||
application/json
|
||
|
||
SchemaJSON
|
||
|
||
JSON
|
||
|
||
{
|
||
|
||
"uuid": "og888os",
|
||
|
||
"name": "Project Name",
|
||
|
||
"description": "Project Description"
|
||
|
||
}
|
||
|
||
PATCH
|
||
|
||
/projects/{uuid}
|
||
|
||
Playground[](https://coolify.io/docs/api-reference/api/operations/update-project-by-uuid#playground)
|
||
|
||
------------------------------------------------------------------------------------------------------
|
||
|
||
Authorization
|
||
|
||
bearerAuth
|
||
|
||
Variables
|
||
|
||
Key
|
||
|
||
Value
|
||
|
||
uuid\*
|
||
|
||
Body
|
||
|
||
Try it out
|
||
|
||
Samples[](https://coolify.io/docs/api-reference/api/operations/update-project-by-uuid#samples)
|
||
|
||
------------------------------------------------------------------------------------------------
|
||
|
||
Powered by [VitePress OpenAPI](https://github.com/enzonotario/vitepress-openapi)
|