{ "opencollection": "1.0.0", "info": { "name": "Dapr Actors Bindings API", "version": "1.0.0" }, "items": [ { "info": { "name": "Bindings", "type": "folder" }, "items": [ { "info": { "name": "Dapr Invoke Output Binding", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:3500/v1.0/bindings/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "The name of the output binding to invoke." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes an output binding with the specified operation, data, and metadata. The operation field tells the binding what action to take." } ] } ], "bundled": true }