Assign given task lists to given person.
If a given task ID is wrong, it ignores it.
Path parameters
-
person_id
Required
PUT
/actions/persons/{person_id}/assign
curl \
--request PUT 'http://api.example.com/actions/persons/{person_id}/assign' \
--header "Authorization: $API_KEY"