From fa133033e1f207f20b163909e1552e19ffd6b4e2 Mon Sep 17 00:00:00 2001 From: Aaron L Date: Wed, 10 May 2017 00:36:04 -0600 Subject: [PATCH] Remove duplicate limits & add enabled to timers (#4) --- includes/song_requests/_introduction.md | 5 ----- includes/timers/_post.md | 6 ++++++ 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/includes/song_requests/_introduction.md b/includes/song_requests/_introduction.md index 386a427..29c1901 100644 --- a/includes/song_requests/_introduction.md +++ b/includes/song_requests/_introduction.md @@ -38,11 +38,6 @@ The song request endpoints allow you to view, add, edit, and delete song from th boolean If true, song requests will be limited to the configured playlist. If false, requests can be made from any listed providers - - limits
.playlistOnly - boolean - If true, song requests will be limited to the configured playlist. If false, requests can be made from any listed providers - limits
.exemptUserLevel enum diff --git a/includes/timers/_post.md b/includes/timers/_post.md index 67daa7e..aacb3e5 100644 --- a/includes/timers/_post.md +++ b/includes/timers/_post.md @@ -48,6 +48,12 @@ The following parameters can be sent as a URL encoded string or JSON (using the + + enabled + boolean + Optional + The status of the timer. A value of true means the timer is enabled, while false means the timer is disabled and will not execute. + interval string