Skip to content

Update a project

PUT
/projects/{id}

Authorizations

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Parameters

Path Parameters

id*
Type
string
Required

Request Body

application/json
JSON
{
  
"name": "string",
  
"color": "string"
}

Responses

OK

application/json
JSON
{
  
"project": {
  
  
"_id": "string",
  
  
"name": "string",
  
  
"color": "string",
  
  
"host_id": "string"
  
}
}

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI