test: update spec

This commit is contained in:
Barış Soner Uşaklı
2024-04-12 12:02:57 -04:00
parent 7218a9d8cb
commit 6816e39bd8
2 changed files with 16 additions and 0 deletions

View File

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

View File

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