Fix Readme
Change-Id: I719fd8f68b5f3435ff2a68ae6060cecaea09d51c
This commit is contained in:
parent
b105b78815
commit
f03618873e
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue