pub async fn update_tag(
    configuration: &Configuration,
    tag_uuid: &str,
    tag_base: TagBase,
    x_access_token: Option<&str>,
    x_secret_token: Option<&str>,
    authorization: Option<&str>,
    ehelply_active_participant: Option<&str>,
    ehelply_project: Option<&str>,
    ehelply_data: Option<&str>
) -> Result<TagBase, Error<UpdateTagError>>
Expand description

Update tag with given info, only updating the fields supplied. Tag Uuid must be sent however.