You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
921 B
YAML
36 lines
921 B
YAML
delete:
|
|
tags:
|
|
- topics
|
|
summary: delete a topic
|
|
description: This operation deletes an existing topic.
|
|
responses:
|
|
'200':
|
|
description: Topic successfully deleted
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: object
|
|
properties:
|
|
status:
|
|
$ref: ../../../components/schemas/Status.yaml#/Status
|
|
response:
|
|
type: object
|
|
properties: {}
|
|
put:
|
|
tags:
|
|
- topics
|
|
summary: restore a topic
|
|
description: This operation restores a topic.
|
|
responses:
|
|
'200':
|
|
description: Topic successfully restored
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: object
|
|
properties:
|
|
status:
|
|
$ref: ../../../components/schemas/Status.yaml#/Status
|
|
response:
|
|
type: object
|
|
properties: {} |