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

View File

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