mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-26 16:41:21 +01:00
test: openapi for thumbs
This commit is contained in:
@@ -265,6 +265,9 @@ TopicObjectSlim:
|
|||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
description: The topic thumbnail filename
|
description: The topic thumbnail filename
|
||||||
|
path:
|
||||||
|
type: string
|
||||||
|
description: Path to topic thumbnail without upload_url prefix
|
||||||
url:
|
url:
|
||||||
type: string
|
type: string
|
||||||
description: Relative path to the topic thumbnail
|
description: Relative path to the topic thumbnail
|
||||||
|
|||||||
@@ -31,6 +31,8 @@ get:
|
|||||||
type: string
|
type: string
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
|
path:
|
||||||
|
type: string
|
||||||
url:
|
url:
|
||||||
type: string
|
type: string
|
||||||
description: Path to a topic thumbnail
|
description: Path to a topic thumbnail
|
||||||
@@ -155,6 +157,8 @@ delete:
|
|||||||
type: string
|
type: string
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
|
path:
|
||||||
|
type: string
|
||||||
url:
|
url:
|
||||||
type: string
|
type: string
|
||||||
description: Path to a topic thumbnail
|
description: Path to a topic thumbnail
|
||||||
@@ -38,4 +38,4 @@ put:
|
|||||||
$ref: ../../../../components/schemas/Status.yaml#/Status
|
$ref: ../../../../components/schemas/Status.yaml#/Status
|
||||||
response:
|
response:
|
||||||
type: object
|
type: object
|
||||||
properties: {}
|
properties: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user