diff options
| author | Jonathan Weth <git@jonathanweth.de> | 2020-07-27 11:43:43 +0200 |
|---|---|---|
| committer | Jonathan Weth <git@jonathanweth.de> | 2020-07-27 11:43:43 +0200 |
| commit | a6115f21a121e954fa2714753b16c81bfcc05989 (patch) | |
| tree | edb33c3c03589e4a1591df5cec165d2886c25687 /API.rst | |
| parent | df32d50ab72d35c2a727fe46ef704fd6729b0c5c (diff) | |
| download | RWA.Support.SessionService-a6115f21a121e954fa2714753b16c81bfcc05989.tar.gz RWA.Support.SessionService-a6115f21a121e954fa2714753b16c81bfcc05989.tar.bz2 RWA.Support.SessionService-a6115f21a121e954fa2714753b16c81bfcc05989.zip | |
Ensure that only one just can run
Close #6
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 |
