Skip to content

Commit bc8899d

Browse files
committed
Updated API from documentation release
1 parent 92698a8 commit bc8899d

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"email": "[email protected]",
3+
"password": "secret123"
4+
}

api-specs/api/resources/in-store.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1739,7 +1739,7 @@ uriParameters:
17391739
body:
17401740
application/json:
17411741
type: MyCustomerSignin
1742-
example: !include ../examples/Customer/CustomerSignIn.json
1742+
example: !include ../examples/Customer/MyCustomerSignIn.json
17431743
responses:
17441744
200:
17451745
body:

api-specs/api/resources/me.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ delete:
178178
body:
179179
application/json:
180180
type: MyCustomerSignin
181-
example: !include ../examples/Customer/CustomerSignIn.json
181+
example: !include ../examples/Customer/MyCustomerSignIn.json
182182
responses:
183183
200:
184184
body:

api-specs/api/types/customer/MyCustomerSignin.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#%RAML 1.0 DataType
22
(package): Customer
33
displayName: MyCustomerSignin
4-
example: !include ../../examples/Customer/CustomerSignIn.json
4+
example: !include ../../examples/Customer/MyCustomerSignIn.json
55
type: object
66
properties:
77
email:

0 commit comments

Comments
 (0)