fix(oas): fix paths and fix schema names to match convention (#3288)
This commit is contained in:
@@ -21,7 +21,7 @@ import { validator } from "../../../../utils/validator"
|
||||
import { IsType } from "../../../../utils/validators/is-type"
|
||||
|
||||
/**
|
||||
* @oas [post] /admin/draft-orders/{id}
|
||||
* @oas [post] /draft-orders/{id}
|
||||
* operationId: PostDraftOrdersDraftOrder
|
||||
* summary: Update a Draft Order
|
||||
* description: "Updates a Draft Order."
|
||||
|
||||
Reference in New Issue
Block a user