mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 06:39:23 +02:00
16 lines
312 B
JSON
16 lines
312 B
JSON
{
|
|
"id": "admin-http-rpc",
|
|
"activation": {
|
|
"onStartup": false,
|
|
"onConfigPaths": ["plugins.entries.admin-http-rpc"]
|
|
},
|
|
"contracts": {
|
|
"gatewayMethodDispatch": ["authenticated-request"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|