Set notification level
POST/t/:id/notifications.json
Set notification level
Request
Path Parameters
id stringrequired
Header Parameters
Api-Key stringrequired
Api-Username stringrequired
- application/json
Body
notification_level stringrequired
Possible values: [0
, 1
, 2
, 3
]
Responses
- 200
topic updated
- application/json
- Schema
- Example (from schema)
Schema
success stringrequired
{
"success": "OK"
}
Loading...