mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-20 15:30:39 +01:00
fix: spec
This commit is contained in:
@@ -57,6 +57,14 @@ TopicObject:
|
||||
description: An ISO 8601 formatted date string (complementing `lastposttime`)
|
||||
votes:
|
||||
type: number
|
||||
thumbs:
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
url:
|
||||
type: string
|
||||
description: Relative path to the topic thumbnail
|
||||
category:
|
||||
type: object
|
||||
properties:
|
||||
|
||||
@@ -46,6 +46,14 @@ get:
|
||||
type: array
|
||||
items:
|
||||
$ref: ../../components/schemas/TagObject.yaml#/TagObject
|
||||
thumbs:
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
url:
|
||||
type: string
|
||||
description: Relative path to the topic thumbnail
|
||||
posts:
|
||||
type: array
|
||||
items:
|
||||
|
||||
@@ -35,6 +35,14 @@ get:
|
||||
nullable: true
|
||||
titleRaw:
|
||||
type: string
|
||||
thumbs:
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
url:
|
||||
type: string
|
||||
description: Relative path to the topic thumbnail
|
||||
category:
|
||||
type: object
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user