diff --git a/templates/api.phtml b/templates/api.phtml index d9579e5..88e572d 100644 --- a/templates/api.phtml +++ b/templates/api.phtml @@ -64,12 +64,12 @@ if ($this->module['api_key'])
The POST method allows you set the score of the {member} by passing the {score} parameter.
+Allows you set the score of the {member} by passing the {score} parameter.
-The score must be an integer.
+The required score parameter must be an integer.
The PUT method allows you to increment the score of the specified {member} by 1 point. If the {member} 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 value parameter.
+Allows you to increment the score of the specified {member} by 1 point. If the {member} 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 value parameter.
-The optional value must be an integer.
+The optional value parameter must be an integer.