fix(oas): fix paths and fix schema names to match convention (#3288)

This commit is contained in:
Patrick
2023-02-19 18:11:02 +01:00
committed by GitHub
parent 38503fff56
commit 7d585f5f84
9 changed files with 24 additions and 18 deletions
@@ -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."