mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-10 17:42:52 +01:00
Modify delete post diff response format (#13761)
* Modify delete post diff response format Updated the delete operation response to return JSON content. * fix: timestamp open api schema
This commit is contained in:
@@ -19,7 +19,9 @@ delete:
|
||||
description: a valid UNIX timestamp
|
||||
example: 1611850000000
|
||||
responses:
|
||||
'200':
|
||||
"200":
|
||||
description: Post diff successfully deleted
|
||||
content:
|
||||
$ref: ../diffs.yaml#/get/responses/200/content
|
||||
application/json:
|
||||
schema:
|
||||
$ref: ../diffs.yaml#/get/responses/200/content
|
||||
|
||||
Reference in New Issue
Block a user