curl --request POST \
--url http://localhost:3333/v1/framework-editor/task-template \
--header 'Content-Type: application/json' \
--data '
{
"name": "Monthly Security Review",
"description": "Review and update security policies on a monthly basis",
"frequency": "monthly",
"department": "it"
}
'Create a new framework editor task template
curl --request POST \
--url http://localhost:3333/v1/framework-editor/task-template \
--header 'Content-Type: application/json' \
--data '
{
"name": "Monthly Security Review",
"description": "Review and update security policies on a monthly basis",
"frequency": "monthly",
"department": "it"
}
'Create a new framework editor task template
Task template name
"Monthly Security Review"
Detailed description of the task template
"Review and update security policies on a monthly basis"
Frequency of the task
monthly, quarterly, yearly "monthly"
Department responsible for the task
none, admin, gov, hr, it, itsm, qms "it"
Was this page helpful?