Files
ax_hub_mcp_tool/mci-mock/mappings/cmm_memo_retriever.json
jade 0e27937687
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled
feat: add scaffold HTTP mock support
2026-08-11 23:12:30 +09:00

14 lines
248 B
JSON

{
"request" : {
"method" : "POST",
"urlPath" : "/MEMO0000001"
},
"response" : {
"status" : 200,
"headers" : {
"Content-Type" : "application/json;charset=UTF-8"
},
"bodyFileName" : "cmm_memo_retriever.json"
}
}