diff --git a/api-specs/history/types/change/SetLocalizedNameChange.raml b/api-specs/history/types/change/SetLocalizedNameChange.raml index 941e9df63..7b4a7b925 100644 --- a/api-specs/history/types/change/SetLocalizedNameChange.raml +++ b/api-specs/history/types/change/SetLocalizedNameChange.raml @@ -3,6 +3,13 @@ type: Change displayName: SetLocalizedNameChange discriminatorValue: SetLocalizedNameChange +description: | + Change triggered by the following update actions: + + - [Set Name](ctp:api:type:DiscountCodeSetNameAction) on Discount Codes. + - [Set State Name](ctp:api:type:StateSetNameAction) on States. + - [Set Name](ctp:api:type:StoreSetNameAction) on Stores. + properties: type: type: string diff --git a/api-specs/history/types/change/SetNameChange.raml b/api-specs/history/types/change/SetNameChange.raml index 6024eb519..069a7bba6 100644 --- a/api-specs/history/types/change/SetNameChange.raml +++ b/api-specs/history/types/change/SetNameChange.raml @@ -3,12 +3,7 @@ type: Change displayName: SetNameChange discriminatorValue: SetNameChange -description: | - Change triggered by the following update actions: - - - [Set Name](ctp:api:type:DiscountCodeSetNameAction) on Discount Codes. - - [Set State Name](ctp:api:type:StateSetNameAction) on States. - - [Set Name](ctp:api:type:StoreSetNameAction) on Stores. +description: Change triggered by the [Set Name](ctp:api:type:AssociateRoleSetNameAction) update action. properties: type: type: string @@ -19,8 +14,8 @@ properties: enum: - setName previousValue: - type: LocalizedString + type: string description: Value before the change. nextValue: - type: LocalizedString + type: string description: Value after the change.