blob: 2018516b4cc5c1a97d2427fa2853bacefdf158a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"request": {
"method": "POST",
"urlPattern": "/dmi/v1/ch/batch/data/ds/.*"
},
"response": {
"status": 200,
"bodyFileName": "batchResponse.json",
"headers": {
"Content-Type": "application/json"
}
}
}
|