Post Create/Edit

This commit is contained in:
2024-07-27 16:42:03 +02:00
parent 74fd55084f
commit 08731f8559
29 changed files with 632 additions and 161 deletions
+9
View File
@@ -690,6 +690,13 @@ components:
type: number
timezone:
type: string
PostCreateResponse:
type: object
properties:
pages:
type: number
post:
$ref: "#/components/schemas/PostResponse"
PostListResponse:
type: object
properties:
@@ -711,6 +718,8 @@ components:
properties:
content:
type: string
limit:
type: number
securitySchemes:
BasicAuth:
type: apiKey
File diff suppressed because one or more lines are too long