Assign Status Members
This endpoint assignes the list of members to the status.
PUT
/api/v1.0/taskgroups/{taskgroup_id}/assignees
curl \
--request PUT 'https://openapi.niftypm.com/api/v1.0/taskgroups/{taskgroup_id}/assignees' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"assignees":["string"]}'
Request examples
{
"assignees": [
"string"
]
}
Response examples (200)
{
"message": "string"
}