v3

latestOpenAPI 3.1.0MIT2026-07-31930688.4 KB
Topics

Update topic timestamp

put/t/{id}/change-timestamp.json

Path parameters

idstring required

Headers

Api-Keystring required
Api-Usernamestring required

Request body

timestampstring required

Example request

{
  "timestamp": "1594291380"
}

Response

topic updated

successstring

Example response

{
  "success": "OK"
}