From 4751b4b7a707bb7d8d934dad0c8475e6507db0c2 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 13 Sep 2022 17:44:31 +0200 Subject: [PATCH] Fixing docs --- docs/index.rst | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index d9cd08a..14e6277 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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.*