{ "opencollection": "1.0.0", "info": { "name": "Hatchet API Token CEL API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "CEL", "type": "folder" }, "items": [ { "info": { "name": "Debug a CEL Expression", "type": "http" }, "http": { "method": "POST", "url": "/api/v1/stable/tenants/:tenant/cel/debug", "params": [ { "name": "tenant", "value": "", "type": "path", "description": "The tenant id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Evaluate a CEL expression against provided input data." } ] } ], "bundled": true }