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
Example request
{
"until": "2030-12-31"
}Response
topic updated
Example response
{
"success": "OK"
}