Triggers an audit for all applicable entities of the checklist template
curl --request POST \
--url https://api.rootly.com/v1/catalog_checklist_templates/{id}/trigger \
--header 'Authorization: Bearer <token>'{
"errors": [
{
"title": "<string>",
"status": "<string>",
"code": "<string>",
"detail": "<string>"
}
]
}Was this page helpful?
curl --request POST \
--url https://api.rootly.com/v1/catalog_checklist_templates/{id}/trigger \
--header 'Authorization: Bearer <token>'{
"errors": [
{
"title": "<string>",
"status": "<string>",
"code": "<string>",
"detail": "<string>"
}
]
}