Updated Admin API Reference (markdown)

Stef Heyenrath
2017-01-29 18:05:32 +01:00
parent cd5e58d9a8
commit 6d8013a294

@@ -14,7 +14,7 @@ The mappings defined in the mock service.
* `DELETE /__admin/mappings` --> Delete all stub mappings
* `GET /__admin/mappings/{guid}` --> Get a single stub mapping
* `PUT /__admin/mappings/{guid}` --> Update a stub mapping
* `DELETE /__admin/mappings/{guid}` --> TODO
* `DELETE /__admin/mappings/{guid}` --> Delete a single stub mapping
### /__admin/requests
Logged requests and responses received by the mock service.
@@ -207,8 +207,8 @@ Example request
}
```
### `POST /__admin/mappings/{guid}` --> TODO
### `DELETE /__admin/mappings/{guid}` --> TODO
## `DELETE /__admin/mappings/{guid}`
Delete a single stub mapping.
## /__admin/requests
Logged requests and responses received by the mock service.