Fixing docs

This commit is contained in:
Luca Frosini 2022-09-13 17:44:31 +02:00
parent 1ff80117e2
commit 4751b4b7a7
1 changed files with 1 additions and 8 deletions

View File

@ -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.*