Task Automations
Create a published version record for an automation
Create a published version record for an automation in Comp AI. Create, version, run, and inspect automated evidence collection workflows attached to compliance tasks.
post/v1/tasks/{taskId}/automations/{automationId}/versions
Path parameters
taskIdstring required
Task ID
automationIdstring required
Automation ID
Request body
Example request
{
"version": 1,
"scriptKey": "org_abc123/tsk_abc123/aut_abc123.v1.js"
}Changes
Changed in 3 of the 56 revisions of this API.12
- ▲
added required request body
request-body-added-required
- ▲
- ○
the endpoint scheme security
oauth2was removed from the APIapi-security-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the endpoint scheme security
oauth2was added to the APIapi-security-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○