Fix Readme

Change-Id: I719fd8f68b5f3435ff2a68ae6060cecaea09d51c
This commit is contained in:
Dominik Adam Przybysz 2015-08-21 16:40:32 +02:00
parent b105b78815
commit f03618873e

View file

@ -147,10 +147,11 @@ Via sending POST request to localhost:<PORT>/serverControl
```xml ```xml
<removeMock> <removeMock>
<name>...</name> <name>...</name>
<skipReport>...</skipReport>
</removeMock> </removeMock>
``` ```
Response if success: Response if success (and skipReport not given or equal false):
```xml ```xml
<mockRemoved> <mockRemoved>
@ -183,6 +184,13 @@ Response if success:
</mockRemoved> </mockRemoved>
``` ```
If skipReport is set to true then response will be:
```xml
<mockRemoved/>
```
Response with error message if failure: Response with error message if failure:
```xml ```xml