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