diff --git a/api-specs/api/types/message/ProductSelectionCreatedMessage.raml b/api-specs/api/types/message/ProductSelectionCreatedMessage.raml index ba15c0138..4011eaa39 100644 --- a/api-specs/api/types/message/ProductSelectionCreatedMessage.raml +++ b/api-specs/api/types/message/ProductSelectionCreatedMessage.raml @@ -5,7 +5,7 @@ type: Message displayName: ProductSelectionCreatedMessage discriminatorValue: ProductSelectionCreated description: | - Generated after a successful [Create Product Selection](/../api/projects/product-selections#create-product-selection) request. + Generated after a successful [Create Product Selection](/../api/projects/product-selections#create-productselection) request. properties: productSelection: type: ProductSelection diff --git a/api-specs/api/types/message/ProductSelectionDeletedMessage.raml b/api-specs/api/types/message/ProductSelectionDeletedMessage.raml index e3507c780..441158190 100644 --- a/api-specs/api/types/message/ProductSelectionDeletedMessage.raml +++ b/api-specs/api/types/message/ProductSelectionDeletedMessage.raml @@ -5,4 +5,4 @@ type: Message displayName: ProductSelectionDeletedMessage discriminatorValue: ProductSelectionDeleted description: | - Generated after a successful [Delete Product Selection](/../api/projects/product-selections#delete-product-selection) request. + Generated after a successful [Delete Product Selection](/../api/projects/product-selections#delete-productselection) request. diff --git a/api-specs/api/types/message/payload/ProductSelectionCreatedMessagePayload.raml b/api-specs/api/types/message/payload/ProductSelectionCreatedMessagePayload.raml index 802c04e2f..b78d6d230 100644 --- a/api-specs/api/types/message/payload/ProductSelectionCreatedMessagePayload.raml +++ b/api-specs/api/types/message/payload/ProductSelectionCreatedMessagePayload.raml @@ -5,7 +5,7 @@ type: MessagePayload displayName: ProductSelectionCreatedMessagePayload discriminatorValue: ProductSelectionCreated description: | - Generated after a successful [Create Product Selection](/../api/projects/product-selections#create-product-selection) request. + Generated after a successful [Create Product Selection](/../api/projects/product-selections#create-productselection) request. properties: productSelection: type: ProductSelection diff --git a/api-specs/api/types/message/payload/ProductSelectionDeletedMessagePayload.raml b/api-specs/api/types/message/payload/ProductSelectionDeletedMessagePayload.raml index e777a86bd..4f01b0d6d 100644 --- a/api-specs/api/types/message/payload/ProductSelectionDeletedMessagePayload.raml +++ b/api-specs/api/types/message/payload/ProductSelectionDeletedMessagePayload.raml @@ -5,4 +5,4 @@ type: MessagePayload displayName: ProductSelectionDeletedMessagePayload discriminatorValue: ProductSelectionDeleted description: | - Generated after a successful [Delete Product Selection](/../api/projects/product-selections#delete-product-selection) request. + Generated after a successful [Delete Product Selection](/../api/projects/product-selections#delete-productselection) request.