Update board column
PUT
/tm/board-columns/{id}Request
Path Params
id
string
required
Body Params application/json
name
string
required
>= 1 characters
Example
{
"name": "string"
}
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