chore(docs): Generated API Reference (v2) (#8890)
Co-authored-by: kodiakhq <kodiakhq@users.noreply.github.com>
This commit is contained in:
co-authored by
kodiakhq
parent
891037081d
commit
524be62312
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* @schema AdminOrderChangesResponse
|
||||
* type: object
|
||||
* description: SUMMARY
|
||||
* x-schemaName: AdminOrderChangesResponse
|
||||
* required:
|
||||
* - order_changes
|
||||
* properties:
|
||||
* order_changes:
|
||||
* type: array
|
||||
* description: The order's order changes.
|
||||
* items:
|
||||
* $ref: "#/components/schemas/BaseOrderChange"
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user