Update Task Milestone
This endpoint adds milestone details for the task.
PUT
/api/v1.0/tasks/{task_id}/milestone
curl \
--request PUT 'https://openapi.niftypm.com/api/v1.0/tasks/{task_id}/milestone' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '"string"'
Request examples
string
Response examples (200)
{
"message": "string"
}