curl --request POST \
--url http://localhost:3333/v1/framework-editor/policy-template \
--header 'Content-Type: application/json' \
--data '
{
"name": "Information Security Policy",
"description": "Establishes information security practices",
"frequency": "annually",
"department": "it"
}
'curl --request POST \
--url http://localhost:3333/v1/framework-editor/policy-template \
--header 'Content-Type: application/json' \
--data '
{
"name": "Information Security Policy",
"description": "Establishes information security practices",
"frequency": "annually",
"department": "it"
}
'"Information Security Policy"
"Establishes information security practices"
monthly, quarterly, yearly "annually"
none, admin, gov, hr, it, itsm, qms "it"
Was this page helpful?