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.
TypeHTTP (bearer)
Request Body
JSON
{
"name": "string",
"description": "string"
}
Responses
Project updated.
application/json
JSON
{
"uuid": "og888os",
"name": "Project Name",
"description": "Project Description"
}
PATCH
/projects/{uuid}