Function asana::apis::tasks_api::add_followers_for_task[][src]

pub async fn add_followers_for_task(
    configuration: &Configuration,
    task_gid: &str,
    inline_object48: InlineObject48,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>
) -> Result<InlineResponse2001, Error<AddFollowersForTaskError>>

Adds followers to a task. Returns an empty data block. Each task can be associated with zero or more followers in the system. Requests to add/remove followers, if successful, will return the complete updated task record, described above.