fix: new openapi def for replies addition

This commit is contained in:
Julian Lam
2020-08-27 14:56:51 -04:00
parent a9dfc9a74e
commit b587127560
2 changed files with 5 additions and 1 deletions

View File

@@ -112,4 +112,6 @@ PostsObject:
nullable: true
type: string
isMainPost:
type: boolean
type: boolean
replies:
type: number

View File

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