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
1022 B
YAML
36 lines
1022 B
YAML
put:
|
|
tags:
|
|
- topics
|
|
summary: ignore a topic
|
|
description: This operation ignores (or watches) a topic.
|
|
responses:
|
|
'200':
|
|
description: Topic successfully ignored
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: object
|
|
properties:
|
|
status:
|
|
$ref: ../../../components/schemas/Status.yaml#/Status
|
|
response:
|
|
type: object
|
|
properties: {}
|
|
delete:
|
|
tags:
|
|
- topics
|
|
summary: unignore a topic
|
|
description: This operation unignores (or unfollows/unwatches) a topic. It is functionally identical to `DEL /topics/{tid}/follow`.
|
|
responses:
|
|
'200':
|
|
description: Topic successfully unignored/unwatched
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: object
|
|
properties:
|
|
status:
|
|
$ref: ../../../components/schemas/Status.yaml#/Status
|
|
response:
|
|
type: object
|
|
properties: {} |