pub async fn add_tag_for_task(
    configuration: &Configuration,
    task_gid: &str,
    inline_object46: InlineObject46,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>
) -> Result<InlineResponse2001, Error<AddTagForTaskError>>
Expand description

Adds a tag to a task. Returns an empty data block.