mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-07-17 18:41:13 +02:00
Updated Admin API Reference (markdown)
+3
-3
@@ -172,7 +172,8 @@ Example request:
|
|||||||
"BodyAsJson": { "result": "test - {{request.path}}" },
|
"BodyAsJson": { "result": "test - {{request.path}}" },
|
||||||
"Headers": {
|
"Headers": {
|
||||||
"Content-Type": "application/json", "a" : "b"
|
"Content-Type": "application/json", "a" : "b"
|
||||||
}
|
},
|
||||||
|
"Delay": 10
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
@@ -241,8 +242,7 @@ Example request
|
|||||||
"Headers": {
|
"Headers": {
|
||||||
"Transformed-Postman-Token": "token is {{request.headers.Postman-Token}}",
|
"Transformed-Postman-Token": "token is {{request.headers.Postman-Token}}",
|
||||||
"Content-Type": "application/json"
|
"Content-Type": "application/json"
|
||||||
},
|
}
|
||||||
"Delay: 10
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user