pub async fn update_group(
configuration: &Configuration,
workspace: &str,
name: &str,
update_group_request: UpdateGroupRequest,
) -> Result<String, Error<UpdateGroupError>>
pub async fn update_group(
configuration: &Configuration,
workspace: &str,
name: &str,
update_group_request: UpdateGroupRequest,
) -> Result<String, Error<UpdateGroupError>>