chore(docs): Generated API Reference (#2882)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
233d6904f8
commit
4814045036
12
docs/api/admin/components/schemas/Error.yaml
Normal file
12
docs/api/admin/components/schemas/Error.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
title: Response Error
|
||||
type: object
|
||||
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.
|
||||
Reference in New Issue
Block a user