mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
fix: new openapi def for replies addition
This commit is contained in:
@@ -112,4 +112,6 @@ PostsObject:
|
||||
nullable: true
|
||||
type: string
|
||||
isMainPost:
|
||||
type: boolean
|
||||
type: boolean
|
||||
replies:
|
||||
type: number
|
||||
@@ -3211,6 +3211,8 @@ paths:
|
||||
flagId:
|
||||
type: number
|
||||
description: The flag identifier, if this particular post has been flagged before
|
||||
replies:
|
||||
type: number
|
||||
"/api/topic/tid/{id}":
|
||||
get:
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user