Create topic timer
POST/t/:id/timer.json
Create topic timer
Request
Path Parameters
id stringrequired
Header Parameters
Api-Key stringrequired
Api-Username stringrequired
- application/json
Body
time stringrequired
status_type stringrequired
based_on_last_post booleanrequired
category_id integerrequired
Responses
- 200
topic updated
- application/json
- Schema
- Example (from schema)
Schema
success stringrequired
execute_at stringrequired
duration stringnullrequired
based_on_last_post booleanrequired
closed booleanrequired
category_id stringnullrequired
{
"success": "OK",
"execute_at": "string",
"based_on_last_post": true,
"closed": true
}
Loading...