Skip to content

Commit

Permalink
test: update spec
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Apr 12, 2024
1 parent 7218a9d commit 6816e39
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions public/openapi/read/categories.yaml
Expand Up @@ -136,6 +136,8 @@ get:
properties:
pid:
type: number
tid:
type: number
timestamp:
type: number
content:
Expand Down Expand Up @@ -182,6 +184,8 @@ get:
topic:
type: object
properties:
tid:
type: number
slug:
type: string
title:
Expand All @@ -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:
Expand Down
8 changes: 8 additions & 0 deletions public/openapi/read/index.yaml
Expand Up @@ -138,6 +138,8 @@ get:
properties:
pid:
type: number
tid:
type: number
timestamp:
type: number
content:
Expand Down Expand Up @@ -184,6 +186,8 @@ get:
topic:
type: object
properties:
tid:
type: number
slug:
type: string
title:
Expand All @@ -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:
Expand Down

0 comments on commit 6816e39

Please sign in to comment.