Update project info
PUT
/tm/projects/{id}Request
Path Params
id
string
required
Body Params application/json
name
string
required
>= 1 characters
logo
string | null
required
>= 1 characters
isPrivate
boolean
required
description
string | null
required
>= 1 characters
color
string
required
>= 1 characters
Example
{
"name": "Test project",
"logo": "image/test.jpg",
"isPrivate": false,
"description": "Test description",
"color": "#003C93"
}
Responses
Successful response(200)
Successful response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
success
boolean
optional
Example
{
"success": true
}
Last modified: 10 months ago