| add_responsible_to_task {rtodoist} | R Documentation | 
Add responsible to a task
Description
Add responsible to a task
Usage
add_responsible_to_task(
  project_id,
  add_responsible,
  task,
  verbose,
  token = get_todoist_api_token()
)
Arguments
| project_id | id of the project | 
| add_responsible | add someone to this task with mail | 
| task | the full name of the task | 
| verbose | make the function verbose | 
| token | token | 
Value
http request
[Package rtodoist version 0.1.0 Index]