Post Create/Edit
This commit is contained in:
@@ -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
Reference in New Issue
Block a user