Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Oct 11, 2024
1 parent 92698a8 commit bc8899d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions api-specs/api/examples/Customer/MyCustomerSignIn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"email": "[email protected]",
"password": "secret123"
}
2 changes: 1 addition & 1 deletion api-specs/api/resources/in-store.raml
Original file line number Diff line number Diff line change
Expand Up @@ -1739,7 +1739,7 @@ uriParameters:
body:
application/json:
type: MyCustomerSignin
example: !include ../examples/Customer/CustomerSignIn.json
example: !include ../examples/Customer/MyCustomerSignIn.json
responses:
200:
body:
Expand Down
2 changes: 1 addition & 1 deletion api-specs/api/resources/me.raml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ delete:
body:
application/json:
type: MyCustomerSignin
example: !include ../examples/Customer/CustomerSignIn.json
example: !include ../examples/Customer/MyCustomerSignIn.json
responses:
200:
body:
Expand Down
2 changes: 1 addition & 1 deletion api-specs/api/types/customer/MyCustomerSignin.raml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#%RAML 1.0 DataType
(package): Customer
displayName: MyCustomerSignin
example: !include ../../examples/Customer/CustomerSignIn.json
example: !include ../../examples/Customer/MyCustomerSignIn.json
type: object
properties:
email:
Expand Down

0 comments on commit bc8899d

Please sign in to comment.