fix: new openapi def for replies addition

v1.18.x
Julian Lam 5 years ago
parent a9dfc9a74e
commit b587127560

@ -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:

Loading…
Cancel
Save