25 lines
579 B
JSON
25 lines
579 B
JSON
{
|
|
"name": "ext-api",
|
|
"displayName": "External REST + WS API (v1)",
|
|
"version": "1.0.0",
|
|
"description": "Expõe /api/ext/v1/ para satélites externos (instâncias, inbox, envio, stream WS). Auth via x-nw-key.",
|
|
"author": "Clube67",
|
|
"category": "integration",
|
|
"enabled": true,
|
|
"canDisable": true,
|
|
"dependencies": [],
|
|
"backend": {
|
|
"routePrefix": "/api/ext/v1",
|
|
"hasMigrations": false
|
|
},
|
|
"hooks": {
|
|
"subscribes": [
|
|
"ext:session.qr",
|
|
"ext:session.status",
|
|
"ext:message.new",
|
|
"ext:message.update"
|
|
],
|
|
"emits": []
|
|
}
|
|
}
|