Delete return pages
This commit is contained in:
@@ -281,7 +281,7 @@ paths:
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: "#/components/schemas/PostResponse"
|
||||
$ref: "#/components/schemas/PostDeleteResponse"
|
||||
404:
|
||||
description: Post not found.
|
||||
content:
|
||||
@@ -697,6 +697,8 @@ components:
|
||||
type: number
|
||||
post:
|
||||
$ref: "#/components/schemas/PostResponse"
|
||||
PostDeleteResponse:
|
||||
$ref: "#/components/schemas/PostCreateResponse"
|
||||
PostListResponse:
|
||||
type: object
|
||||
properties:
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user