v1

latestOpenAPI 3.0.02026-07-17166300328.1 KB
Noticelists

Enable/disable noticelist

post/noticelists/toggleEnable/{noticelistId}

Path parameters

noticelistIdstring required
Example:3

Numeric ID of the noticelist

Response

Toggle enable noticelist response

savedboolean
successboolean
namestring
messagestring
urlstring

Example response

{
  "name": "Noticelist enabled.",
  "message": "Noticelist enabled.",
  "url": "/noticelists/toggleEnable/1"
}