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

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-01-19 10:06:17 +02:00
committed by GitHub
parent 3a0f37ef02
commit 296d6e229f
375 changed files with 8467 additions and 5775 deletions

View File

@@ -30,19 +30,7 @@ delete:
content:
application/json:
schema:
type: object
properties:
id:
type: string
description: The ID of the deleted user.
object:
type: string
description: The type of the object that was deleted.
default: user
deleted:
type: boolean
description: Whether or not the items were deleted.
default: true
$ref: ../components/schemas/AdminDeleteUserRes.yaml
'400':
$ref: ../components/responses/400_error.yaml
'401':
@@ -87,10 +75,7 @@ get:
content:
application/json:
schema:
type: object
properties:
user:
$ref: ../components/schemas/User.yaml
$ref: ../components/schemas/AdminUserRes.yaml
'400':
$ref: ../components/responses/400_error.yaml
'401':
@@ -140,10 +125,7 @@ post:
content:
application/json:
schema:
type: object
properties:
user:
$ref: ../components/schemas/User.yaml
$ref: ../components/schemas/AdminUserRes.yaml
'400':
$ref: ../components/responses/400_error.yaml
'401':