Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto Mation committed Sep 21, 2023
1 parent 2bcb17a commit 3f8231e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 3f8231e

Please sign in to comment.