Skip to content

Commit 78d1ed9

Browse files
committed
Updated API from documentation release
1 parent 9d5ebc6 commit 78d1ed9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"action": "removePriceTier",
3-
"tierMinimumQuantity": 100
3+
"minimumQuantity": 100
44
}

api-specs/api/types/standalone-price/updates/StandalonePriceRemovePriceTierAction.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: |
77
Removing a [PriceTier](ctp:api:type:PriceTier) from a [StandalonePrice](ctp:api:type:StandalonePrice) produces the [Standalone Price Tier Removed](ctp:api:type:StandalonePriceTierRemovedMessage) Message.
88
example: !include ../../../examples/StandalonePrice/StandalonePriceRemovePriceTierAction.json
99
properties:
10-
tierMinimumQuantity:
10+
minimumQuantity:
1111
type: number
1212
format: int64
1313
description: |

0 commit comments

Comments
 (0)