From 6816e39bd8825449522c0636d8a133ae89d5f121 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Fri, 12 Apr 2024 12:02:57 -0400 Subject: [PATCH] test: update spec --- public/openapi/read/categories.yaml | 8 ++++++++ public/openapi/read/index.yaml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/public/openapi/read/categories.yaml b/public/openapi/read/categories.yaml index bc8b254049..f1126e9dfb 100644 --- a/public/openapi/read/categories.yaml +++ b/public/openapi/read/categories.yaml @@ -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: diff --git a/public/openapi/read/index.yaml b/public/openapi/read/index.yaml index f980d2eff4..a984fb35dc 100644 --- a/public/openapi/read/index.yaml +++ b/public/openapi/read/index.yaml @@ -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: