Tweaked text a bit.
This commit is contained in:
parent
2bb9a17f6a
commit
64a246838b
1 changed files with 4 additions and 4 deletions
|
@ -64,12 +64,12 @@ if ($this->module['api_key'])
|
||||||
|
|
||||||
<h4>POST</h4>
|
<h4>POST</h4>
|
||||||
|
|
||||||
<p class="lead">The POST method allows you set the score of the <span class="label label-primary">{member}</span> by passing the <span class="label label-primary">{score}</span> parameter.</p>
|
<p class="lead">Allows you set the score of the <span class="label label-primary">{member}</span> by passing the <span class="label label-primary">{score}</span> parameter.</p>
|
||||||
|
|
||||||
<p class="lead">The <span class="label label-primary">score</span> must be an integer.</p>
|
<p class="lead">The required <span class="label label-primary">score</span> parameter must be an integer.</p>
|
||||||
|
|
||||||
<h4>PUT</h4>
|
<h4>PUT</h4>
|
||||||
|
|
||||||
<p class="lead">The PUT method allows you to increment the score of the specified <span class="label label-primary">{member}</span> by 1 point. If the <span class="label label-primary">{member}</span> does not exist, the score will be be set to 1 point. If you would like to increase by more than one, or decrement the score, include the <span class="label label-primary">value</span> parameter.</p>
|
<p class="lead">Allows you to increment the score of the specified <span class="label label-primary">{member}</span> by 1 point. If the <span class="label label-primary">{member}</span> does not exist, the score will be be set to 1 point. If you would like to increase by more than one or decrement the score, include the <span class="label label-primary">value</span> parameter.</p>
|
||||||
|
|
||||||
<p class="lead">The optional <span class="label label-primary">value</span> must be an integer.</p>
|
<p class="lead">The optional <span class="label label-primary">value</span> parameter must be an integer.</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue