docs/AttributesApi.md in sib-api-v3-sdk-2.0.1 vs docs/AttributesApi.md in sib-api-v3-sdk-2.1.0
- old
+ new
@@ -78,11 +78,11 @@
#config.api_key_prefix['api-key'] = 'Bearer'
end
api_instance = SibApiV3Sdk::AttributesApi.new
-attribute_id = "attribute_id_example" # String | id of the attribute
+attribute_id = 789 # Integer | id of the attribute
begin
#Deletes an attribute
api_instance.delete_attribute(attribute_id)
@@ -93,10 +93,10 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **attribute_id** | **String**| id of the attribute |
+ **attribute_id** | **Integer**| id of the attribute |
### Return type
nil (empty response body)