From 3f8231e1497cb28879960f80aff6a3e4b84c1afb Mon Sep 17 00:00:00 2001 From: Auto Mation Date: Thu, 21 Sep 2023 12:45:34 +0000 Subject: [PATCH] Updated API from documentation release --- api-specs/api/types/message/ProductSelectionCreatedMessage.raml | 2 +- api-specs/api/types/message/ProductSelectionDeletedMessage.raml | 2 +- .../message/payload/ProductSelectionCreatedMessagePayload.raml | 2 +- .../message/payload/ProductSelectionDeletedMessagePayload.raml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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.