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