{ "opencollection": "1.0.0", "info": { "name": "ConductorOne Access Conflict Function API", "version": "0.1.0-alpha" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Function", "type": "folder" }, "items": [ { "info": { "name": "List Functions", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/functions" }, "docs": "List retrieves all functions with pagination" }, { "info": { "name": "Create Function", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/functions", "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.functions.v1.FunctionsService.CreateFunction method." }, { "info": { "name": "Invoke", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/functions/:function_id/invoke", "params": [ { "name": "function_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invokes the c1.api.functions.v1.FunctionsService.Invoke method." }, { "info": { "name": "Get Function", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantDomain}.conductor.one/api/v1/functions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get retrieves a specific function by ID" }, { "info": { "name": "Delete Function", "type": "http" }, "http": { "method": "DELETE", "url": "https://{tenantDomain}.conductor.one/api/v1/functions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete removes a function" }, { "info": { "name": "Update Function", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/functions/update", "body": { "type": "json", "data": "{}" } }, "docs": "Update updates an existing function's metadata" }, { "info": { "name": "Search", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/search/functions", "body": { "type": "json", "data": "{}" } }, "docs": "Search searches for functions based on criteria" } ] } ], "bundled": true }