Fixing docs
This commit is contained in:
parent
1ff80117e2
commit
4751b4b7a7
|
@ -52,16 +52,9 @@ The service exposes `its methods <../api-docs/index.html>`_ using a standard nam
|
|||
.. code:: javascript
|
||||
|
||||
{
|
||||
"success": false/true,
|
||||
"message": ...,
|
||||
"result": ...,
|
||||
....
|
||||
}
|
||||
|
||||
Where
|
||||
- success reports if the request succeeded or failed;
|
||||
- message is a status/error message that can be checked in case of errors (success equals false);
|
||||
- result is the current result object (it can be a list, a single object and so on depending on the invoked method).
|
||||
|
||||
*Inputs are automatically validated before the request is served.*
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue