Assign given task lists to given person.

PUT /actions/persons/{person_id}/assign

If a given task ID is wrong, it ignores it.

Path parameters

  • person_id Required

Responses

  • 200

    Given tasks lists assigned to given person

PUT /actions/persons/{person_id}/assign
curl \
 --request PUT 'http://api.example.com/actions/persons/a24a6ea4-ce75-4665-a070-57453082c25/assign' \
 --header "Authorization: $API_KEY"