Skip to content

Commit

Permalink
Remove duplicate limits & add enabled to timers (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron128l authored and night committed May 10, 2017
1 parent 552d80a commit fa13303
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 0 additions & 5 deletions includes/song_requests/_introduction.md
Expand Up @@ -38,11 +38,6 @@ The song request endpoints allow you to view, add, edit, and delete song from th
<td>boolean</td>
<td>If <code>true</code>, song requests will be limited to the configured <code>playlist</code>. If <code>false</code>, requests can be made from any listed <code>providers</code></td>
</tr>
<tr>
<td><code>limits</code><br><code>.playlistOnly</code></td>
<td>boolean</td>
<td>If <code>true</code>, song requests will be limited to the configured <code>playlist</code>. If <code>false</code>, requests can be made from any listed <code>providers</code></td>
</tr>
<tr>
<td><code>limits</code><br><code>.exemptUserLevel</code></td>
<td>enum</td>
Expand Down
6 changes: 6 additions & 0 deletions includes/timers/_post.md
Expand Up @@ -48,6 +48,12 @@ The following parameters can be sent as a URL encoded string or JSON (using the
</tr>
</thead>
<tbody>
<tr>
<td>enabled</td>
<td>boolean</td>
<td>Optional</td>
<td>The status of the timer. A value of <code>true</code> means the timer is enabled, while <code>false</code> means the timer is disabled and will not execute.</td>
</tr>
<tr>
<td>interval</td>
<td>string</td>
Expand Down

0 comments on commit fa13303

Please sign in to comment.