Skip to content

Commit 18c7870

Browse files
committed
Updated API from documentation release
1 parent 279d1c3 commit 18c7870

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"action": "setCustomField",
3-
"name": "ExamplaryStringTypeField",
3+
"name": "ExemplaryStringTypeField",
44
"value": "TextString"
55
}

api-specs/api/examples/AssociateRole/AssociateRoleSetCustomTypeAction.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"typeId": "type"
66
},
77
"fields": {
8-
"examplaryStringTypeField": "TextString"
8+
"exemplaryStringTypeField": "TextString"
99
}
1010
}

api-specs/api/types/store/Store.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ properties:
6969
- Leave empty if all Products in the [Project](ctp:api:type:Project) should be available in this Store.
7070
- If only `inactive` Product Selections with `IndividualExclusion` [ProductSelectionMode](ctp:api:type:ProductSelectionMode) are provided, all the Products are available in this Store.
7171
- If all the Product Selections provided are `inactive` and there's at least a Product Selection of mode `Individual`, no Product is available in this Store.
72-
- If at least an `active` Product Selection is provided, only `active` Product Selections are considered to compute the availlability in this Store.
72+
- If at least an `active` Product Selection is provided, only `active` Product Selections are considered to compute the availability in this Store.
7373
maxItems: 100
7474

7575
custom?:

api-specs/checkout/types/responses/CartWithExistingPayment.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
(annotations.package): responses
33
type: ResponseMessage
44
displayName: CartWithExistingPayment
5-
discriminatorValue: cart_with_exisiting_payment
5+
discriminatorValue: cart_with_existing_payment
66
description: |
77
Generated when trying to add a [Payment](/../api/projects/payments) to a [Cart](/../api/projects/carts) that already references an approved Payment.
88
properties:

api-specs/mist/types/common.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ types:
1818
message:
1919
type: string
2020
description: |
21-
The error message cotaining details.
21+
The error message containing details.
2222
validationErrors:
2323
type: string[]
2424
description: |

api-specs/test/examples/out-of-order-properties-test-type.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"custom": "Should display 16th (6th in RAML)",
1111
"eleventhPropery": "Should display 11th (7th in RAML)",
1212
"id": "Should display 1st (8th in RAML)",
13-
"twelthProperty": "Should display 12th (9th in RAML)",
13+
"twelfthProperty": "Should display 12th (9th in RAML)",
1414
"lastModifiedBy": {
1515
"firstName": "Jane",
1616
"lastName": "Doe"

api-specs/test/types/constants.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#%RAML 1.0 Library
22
usage: Constant like test types.
33

4-
# Making constant values explicit is more usable so we render this pattern differnt than a regular Enum:
4+
# Making constant values explicit is more usable so we render this pattern different than a regular Enum:
55

66
types:
77
ConstantLikeType:

api-specs/test/types/optional-property-test-type.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#%RAML 1.0 Library
2-
usage: Optoinal property test types.
2+
usage: Optional property test types.
33

44
# Tests "optional"/required fields
55

api-specs/test/types/out-of-order-properties-test-type.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ types:
3939
id:
4040
type: string
4141
description: Should display 1st (8th in RAML)
42-
twelthProperty:
42+
twelfthProperty:
4343
type: string
4444
description: Should display 12th (9th in RAML)
4545
lastModifiedBy:

api-specs/test/types/soft-links.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ types:
8686
id:
8787
type: string
8888
description: Should display 1st (8th in RAML)
89-
twelthProperty:
89+
twelfthProperty:
9090
type: string
9191
description: Should display 12th (9th in RAML)
9292
lastModifiedBy:

0 commit comments

Comments
 (0)