Change board column
POST
/tm/tasks/{id}/board-columnRequest
Path Params
id
string
required
Example:
1
Body Params application/json
boardColumnId
integer
required
Example
{
"boardColumnId": 1
}
Responses
Successful response(200)
Successful response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
sucess
boolean
optional
Example
{
"sucess": true
}
Last modified: 9 months ago