{ "opencollection": "1.0.0", "info": { "name": "Camunda 8 REST Cluster Signals API", "version": "8.6.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Signals", "type": "folder" }, "items": [ { "info": { "name": "Broadcast a signal", "type": "http" }, "http": { "method": "POST", "url": "{baseUrl}/v2/signals/broadcast", "body": { "type": "json", "data": "{}" } }, "docs": "Broadcasts a signal to all matching subscriptions." } ] } ], "bundled": true }