Description: Add a single label to a certain task. |
URL: /api/task/:taskId/label/:labelId |
Method: POST |
Data constraints: None |
Example request:
|
Example result:
{
"data": [
{
"id": "2",
"name": "TestLabel2",
"createdAt": "2020-11-22T15:45:20.132Z",
"updatedAt": "2020-11-22T15:45:20.132Z"
}
]
} |