2.2 KiB
2.2 KiB
Return to top
Update
==============================================================================================
PATCH
/projects/{uuid}
Update Project.
Authorizations
bearerAuth
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
Type
HTTP (bearer)
Parameters
Path Parameters
uuid*
UUID of the project.
Type
string
Required
Request Body
application/json
SchemaJSON
JSON
{
"name": "string",
"description": "string"
}
Responses
201400401404422
Project updated.
Content-Type
application/json
SchemaJSON
JSON
{
"uuid": "og888os",
"name": "Project Name",
"description": "Project Description"
}
PATCH
/projects/{uuid}
Playground
Authorization
bearerAuth
Variables
Key
Value
uuid*
Body
Try it out
Samples
Powered by VitePress OpenAPI