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
<removeMock>
<name>...</name>
<skipReport>...</skipReport>
</removeMock>
```
Response if success:
Response if success (and skipReport not given or equal false):
```xml
<mockRemoved>
@ -183,6 +184,13 @@ Response if success:
</mockRemoved>
```
If skipReport is set to true then response will be:
```xml
<mockRemoved/>
```
Response with error message if failure:
```xml