Change board
POST
/tm/tasks/{id}/boardRequest
Path Params
id
string
required
Example:
1
Body Params application/json
boardId
integer
required
Example
{
"boardId": 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