docs/AttributesApi.md in sib-api-v3-sdk-5.2.5 vs docs/AttributesApi.md in sib-api-v3-sdk-5.3.0

- old
+ new

@@ -32,13 +32,13 @@ #config.api_key_prefix['partner-key'] = 'Bearer' end api_instance = SibApiV3Sdk::AttributesApi.new -attribute_category = "attribute_category_example" # String | Category of the attribute +attribute_category = 'attribute_category_example' # String | Category of the attribute -attribute_name = "attribute_name_example" # String | Name of the attribute +attribute_name = 'attribute_name_example' # String | Name of the attribute create_attribute = SibApiV3Sdk::CreateAttribute.new # CreateAttribute | Values to create an attribute begin @@ -94,13 +94,13 @@ #config.api_key_prefix['partner-key'] = 'Bearer' end api_instance = SibApiV3Sdk::AttributesApi.new -attribute_category = "attribute_category_example" # String | Category of the attribute +attribute_category = 'attribute_category_example' # String | Category of the attribute -attribute_name = "attribute_name_example" # String | Name of the existing attribute +attribute_name = 'attribute_name_example' # String | Name of the existing attribute begin #Deletes an attribute api_instance.delete_attribute(attribute_category, attribute_name) @@ -204,12 +204,12 @@ #config.api_key_prefix['partner-key'] = 'Bearer' end api_instance = SibApiV3Sdk::AttributesApi.new -attribute_category = "attribute_category_example" # String | Category of the attribute +attribute_category = 'attribute_category_example' # String | Category of the attribute -attribute_name = "attribute_name_example" # String | Name of the existing attribute +attribute_name = 'attribute_name_example' # String | Name of the existing attribute update_attribute = SibApiV3Sdk::UpdateAttribute.new # UpdateAttribute | Values to update an attribute begin