chore(docs): Generated API reference (#2788)

This commit is contained in:
Shahed Nasser
2022-12-13 12:52:58 +02:00
committed by GitHub
parent a77b4a1b7e
commit 52a8e90aac
413 changed files with 11540 additions and 4501 deletions

View File

@@ -30,6 +30,7 @@ delete:
content:
application/json:
schema:
type: object
properties:
id:
type: string
@@ -86,6 +87,7 @@ get:
content:
application/json:
schema:
type: object
properties:
user:
$ref: ../components/schemas/user.yaml
@@ -117,6 +119,7 @@ post:
content:
application/json:
schema:
type: object
properties:
first_name:
description: The name of the User.
@@ -157,6 +160,7 @@ post:
content:
application/json:
schema:
type: object
properties:
user:
$ref: ../components/schemas/user.yaml