chore(docs): Generated API reference (#2788)
This commit is contained in:
@@ -6,6 +6,7 @@ post:
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
type: object
|
||||
required:
|
||||
- order_id
|
||||
properties:
|
||||
@@ -36,6 +37,7 @@ post:
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
order_edit:
|
||||
$ref: ../components/schemas/order_edit.yaml
|
||||
@@ -53,8 +55,8 @@ post:
|
||||
$ref: ../components/responses/500_error.yaml
|
||||
get:
|
||||
operationId: GetOrderEdits
|
||||
summary: List an OrderEdit
|
||||
description: List a OrderEdit.
|
||||
summary: List OrderEdits
|
||||
description: List OrderEdits.
|
||||
x-authenticated: true
|
||||
parameters:
|
||||
- in: query
|
||||
@@ -109,6 +111,7 @@ get:
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
order_edits:
|
||||
type: array
|
||||
|
||||
Reference in New Issue
Block a user