Framework Editor Task Templates

Create a framework editor task template

Create a new framework editor task template

post/v1/framework-editor/task-template

Query parameters

frameworkIdstring required

Request body

namestring required

Task template name

descriptionstring

Detailed description of the task template

frequency'monthly' | 'quarterly' | 'yearly'

Frequency of the task

department'none' | 'admin' | 'gov' | 'hr' | 'it' | 'itsm' | 'qms'

Department responsible for the task

Example request

{
  "name": "Monthly Security Review",
  "description": "Review and update security policies on a monthly basis",
  "frequency": "monthly",
  "department": "it"
}

Changes