mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
test: update spec
This commit is contained in:
@@ -136,6 +136,8 @@ get:
|
||||
properties:
|
||||
pid:
|
||||
type: number
|
||||
tid:
|
||||
type: number
|
||||
timestamp:
|
||||
type: number
|
||||
content:
|
||||
@@ -182,6 +184,8 @@ get:
|
||||
topic:
|
||||
type: object
|
||||
properties:
|
||||
tid:
|
||||
type: number
|
||||
slug:
|
||||
type: string
|
||||
title:
|
||||
@@ -196,12 +200,16 @@ get:
|
||||
description: An ISO 8601 formatted date string (complementing `timestamp`)
|
||||
pid:
|
||||
type: number
|
||||
tid:
|
||||
type: number
|
||||
index:
|
||||
type: number
|
||||
description: The index of the post
|
||||
topic:
|
||||
type: object
|
||||
properties:
|
||||
tid:
|
||||
type: number
|
||||
slug:
|
||||
type: string
|
||||
title:
|
||||
|
||||
@@ -138,6 +138,8 @@ get:
|
||||
properties:
|
||||
pid:
|
||||
type: number
|
||||
tid:
|
||||
type: number
|
||||
timestamp:
|
||||
type: number
|
||||
content:
|
||||
@@ -184,6 +186,8 @@ get:
|
||||
topic:
|
||||
type: object
|
||||
properties:
|
||||
tid:
|
||||
type: number
|
||||
slug:
|
||||
type: string
|
||||
title:
|
||||
@@ -198,12 +202,16 @@ get:
|
||||
description: An ISO 8601 formatted date string (complementing `timestamp`)
|
||||
pid:
|
||||
type: number
|
||||
tid:
|
||||
type: number
|
||||
index:
|
||||
type: number
|
||||
description: The index of the post
|
||||
topic:
|
||||
type: object
|
||||
properties:
|
||||
tid:
|
||||
type: number
|
||||
slug:
|
||||
type: string
|
||||
title:
|
||||
|
||||
Reference in New Issue
Block a user