Fixed typos.
This commit is contained in:
parent
7d5e7942b7
commit
8a2bae0016
@ -79,8 +79,8 @@ paths:
|
|||||||
],
|
],
|
||||||
}
|
}
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"201":
|
||||||
description: Success
|
description: Created
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
@ -341,8 +341,8 @@ paths:
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"201":
|
||||||
description: Successful
|
description: Created
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
@ -388,7 +388,7 @@ paths:
|
|||||||
null
|
null
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: Success
|
description: OK
|
||||||
/orderlines/{uuid}:
|
/orderlines/{uuid}:
|
||||||
patch:
|
patch:
|
||||||
tags:
|
tags:
|
||||||
@ -413,7 +413,7 @@ paths:
|
|||||||
null
|
null
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: Success
|
description: OK
|
||||||
/orders/{uuid}/payments:
|
/orders/{uuid}/payments:
|
||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
@ -463,7 +463,7 @@ paths:
|
|||||||
null
|
null
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: Success
|
description: OK
|
||||||
/orders/{uuid}/customers:
|
/orders/{uuid}/customers:
|
||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
@ -513,7 +513,7 @@ paths:
|
|||||||
null
|
null
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: Success
|
description: OK
|
||||||
components:
|
components:
|
||||||
securitySchemes:
|
securitySchemes:
|
||||||
bearerToken:
|
bearerToken:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user