diff options
Diffstat (limited to 'API.rst')
-rw-r--r-- | API.rst | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -19,11 +19,17 @@ Start a new remote session and register it in RWA **Return type:** string (JSON) -**Structure of returned JSON:** +**Structure of returned JSON (success):** + +:: + + {"status": "success", "id": <pid>, "url": "<url>", "pin": <pin>} + +**Structure of returned JSON (error):** :: - {"id": <pid>, "url": "<url>", "pin": <pin>} + {"status": "error"} status |