pub async fn edit_attribute(
configuration: &Configuration,
attribute_id: &str,
attribute: Attribute,
) -> Result<AddAttribute200Response, Error<EditAttributeError>>
pub async fn edit_attribute(
configuration: &Configuration,
attribute_id: &str,
attribute: Attribute,
) -> Result<AddAttribute200Response, Error<EditAttributeError>>