chore(docs): Generated API Reference (#2143)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4961aece1c
commit
a1350bfaec
@@ -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
|
||||
Reference in New Issue
Block a user