Skip to main content
PATCH
/
v1
/
framework-editor
/
policy-template
/
{id}
/
content
cURL
curl --request PATCH \
  --url http://localhost:3333/v1/framework-editor/policy-template/{id}/content \
  --header 'Content-Type: application/json' \
  --data '{
  "content": {}
}'

Path Parameters

id
string
required

Body

application/json
content
object
required

TipTap JSON content for the policy document

Response

200 - undefined