v3

latestOpenAPI 3.1.0MIT2026-07-31930688.4 KB
Topics

Update the status of a topic

put/t/{id}/status.json

Path parameters

idstring required

Headers

Api-Keystring required
Api-Usernamestring required

Request body

status'closed' | 'pinned' | 'pinned_globally' | 'archived' | 'visible' required
enabled'true' | 'false' required
untilstring

Only required for pinned and pinned_globally

Example request

{
  "until": "2030-12-31"
}

Response

topic updated

successstring
topic_status_updatestring nullable

Example response

{
  "success": "OK"
}