{ "opencollection": "1.0.0", "info": { "name": "Stedi Healthcare Claims Claim acknowledgments Tasks API", "version": "2025-03-07" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Tasks", "type": "folder" }, "items": [ { "info": { "name": "UpdateTaskPost", "type": "http" }, "http": { "method": "POST", "url": "https://claims.us.stedi.com/2025-03-07/tasks/:taskId", "params": [ { "name": "taskId", "value": "", "type": "path", "description": "The Stedi-assigned identifier for the task to complete. You can get the task ID from either the [Retrieve Enrollment](/healthcare/api-reference/get-enrollment) or [List Enrollments](/healthcare/api-reference/get-enrollment-list-enrollments) endpoint." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a task associated with an enrollment." } ] } ], "bundled": true }