{ "opencollection": "1.0.0", "info": { "name": "Codehooks Database REST Documents Queue API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-apikey", "value": "{{x-apikey}}", "placement": "header" } }, "items": [ { "info": { "name": "Queue", "type": "folder" }, "items": [ { "info": { "name": "Codehooks Enqueue a job", "type": "http" }, "http": { "method": "POST", "url": "https://{projectId}.api.codehooks.io/{space}/queue/:topic", "params": [ { "name": "topic", "value": "", "type": "path", "description": "The queue topic name to add the job to" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a job to a named queue topic. Jobs are processed asynchronously by worker functions registered for the topic." } ] } ], "bundled": true }