Path Parameters
The ID of the Mock API
5 - 10
"jjl8y"
Body
Headers from the request to include in the generated stub mappings, mapped to parameter objects. The only parameter available is "caseInsensitive", which defaults to false
{
"Accept": {},
"Content-Type": { "caseInsensitive": true }
}
Criteria for extracting response bodies to a separate file instead of including it in the stub mapping
{
"binarySizeThreshold": "1 Mb",
"textSizeThreshold": "2 kb"
}
Whether to save stub mappings to the file system or just return them
When true, duplicate requests will be added to a Scenario. When false, duplicates are discarded
Control the request body matcher used in generated stub mappings Automatically determine matcher based on content type (the default)
- Option 1
- Option 2
- Option 3
- Option 4
List of names of stub mappings transformers to apply to generated stubs
Parameters to pass to stub mapping transformers
Filter requests for which to create stub mapping
"{\n \"urlPath\" : \"/charges\",\n \"method\" : \"POST\",\n \"headers\" : {\n \"Content-Type\" : {\n \"equalTo\" : \"application/json\"\n }\n }\n"
Target URL when using the record and playback API
"https://example.wiremock.org"
Response
Successfully started recording