Create or update a protection updates note
POST
/api/endpoint/protection_updates_note/{package_policy_id}
curl \
--request POST https://localhost:5601/api/endpoint/protection_updates_note/{package_policy_id} \
--header "Content-Type: application/json" \
--data '{"note":"string"}'
Request examples
{
"note": "string"
}
Response examples (200)
{
"note": "string"
}