Code Review
/
cps.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Merge "Patch # 1: Data operation response event (NCMP → Client App) to comply with...
[cps.git]
/
dmi-plugin-stub
/
mappings
/
batchCmHandles.json
1
{
2
"request": {
3
"method": "POST",
4
"urlPattern": "/dmi/v1/data?.*"
5
},
6
"response": {
7
"status": 200,
8
"bodyFileName": "batchResponse.json",
9
"headers": {
10
"Content-Type": "application/json"
11
}
12
}
13
}