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