Skip to content

Commit

Permalink
Fixed #954 - missing /reset from API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Sep 20, 2018
1 parent dec4145 commit 80398a5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/main/resources/raml/wiremock-admin-api.raml
Expand Up @@ -411,6 +411,17 @@ schemas:
200:
description: Settings successfully updated

/reset:
description: Reset all
post:
description: Reset mappings to the default set and reset the request journal
responses:
200:
description: Successfully reset
body:
application/json:
example: !include examples/empty.example.json

/shutdown:
description: Shutdown function
post:
Expand Down

0 comments on commit 80398a5

Please sign in to comment.