fixed semantic error CRUD order
This commit is contained in:
parent
bd3f3e68a6
commit
e2c768804a
@ -2249,11 +2249,6 @@ paths:
|
|||||||
description: Delete an address of a customer on an order.
|
description: Delete an address of a customer on an order.
|
||||||
tags:
|
tags:
|
||||||
- Customer
|
- Customer
|
||||||
requestBody:
|
|
||||||
content:
|
|
||||||
application/json:
|
|
||||||
schema:
|
|
||||||
$ref: "#/components/schemas/unavailable"
|
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: OK
|
description: OK
|
||||||
@ -2261,10 +2256,7 @@ paths:
|
|||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: "#/components/schemas/unavailable"
|
$ref: "#/components/schemas/unavailable"
|
||||||
example: {
|
example: {}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
components:
|
components:
|
||||||
securitySchemes:
|
securitySchemes:
|
||||||
bearerToken:
|
bearerToken:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user