chore(docs): Generated API Reference (#2143)

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-09-05 10:23:46 +03:00
committed by GitHub
parent 4961aece1c
commit a1350bfaec
662 changed files with 51365 additions and 29004 deletions
@@ -0,0 +1,12 @@
title: Response Error
x-resourceId: error
properties:
code:
type: string
description: A slug code to indicate the type of the error.
message:
type: string
description: Description of the error that occurred.
type:
type: string
description: A slug indicating the type of the error.
@@ -0,0 +1,13 @@
title: Multiple Errors
x-resourceId: multiple_errors
properties:
errors:
type: array
description: Array of errors
items:
$ref: ./error.yaml
message:
type: string
default: >-
Provided request body contains errors. Please check the data and retry the
request