curl --request PATCH \
--url http://localhost:3333/v1/framework-editor/policy-template/{id} \
--header 'Content-Type: application/json' \
--data '
{
"name": "Information Security Policy",
"description": "Establishes information security practices",
"frequency": "annually",
"department": "it"
}
'curl --request PATCH \
--url http://localhost:3333/v1/framework-editor/policy-template/{id} \
--header 'Content-Type: application/json' \
--data '
{
"name": "Information Security Policy",
"description": "Establishes information security practices",
"frequency": "annually",
"department": "it"
}
'Was this page helpful?