docs/CreateAttribute.md in sib-api-v3-sdk-2.1.3 vs docs/CreateAttribute.md in sib-api-v3-sdk-2.1.4

- old
+ new

@@ -1,12 +1,10 @@ # SibApiV3Sdk::CreateAttribute ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**category** | **String** | Attribute categorisation. | -**name** | **String** | Name of the attribute | -**value** | **String** | Value of the attribute | -**enumemaration** | [**Array<CreateAttributeEnumemaration>**](CreateAttributeEnumemaration.md) | Values that the attribute can take. Use only if the attribute's category is category | [optional] -**type** | **String** | Type of the attribute | [optional] +**value** | **String** | Value of the attribute. Use only if the attribute's category is calculated or global | [optional] +**enumeration** | [**Array<CreateAttributeEnumeration>**](CreateAttributeEnumeration.md) | Values that the attribute can take. Use only if the attribute's category is category | [optional] +**type** | **String** | Type of the attribute. Use only if the attribute's category is normal, category or transactional ( type 'id' only available if the category is 'transactional' attribute & type 'category' only available if the category is 'category' attribute ) | [optional]