chore(docs): Refactor API Reference (#1883)
This commit is contained in:
23
docs/api/admin/paths/draft-orders_{id}_pay.yaml
Normal file
23
docs/api/admin/paths/draft-orders_{id}_pay.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
post:
|
||||
summary: Registers a payment for a Draft Order
|
||||
operationId: PostDraftOrdersDraftOrderRegisterPayment
|
||||
description: Registers a payment for a Draft Order.
|
||||
x-authenticated: true
|
||||
parameters:
|
||||
- in: path
|
||||
name: id
|
||||
required: true
|
||||
description: The Draft Order id.
|
||||
schema:
|
||||
type: string
|
||||
tags:
|
||||
- Draft Order
|
||||
responses:
|
||||
'200':
|
||||
description: OK
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
properties:
|
||||
order:
|
||||
$ref: ../components/schemas/draft-order.yaml
|
||||
Reference in New Issue
Block a user