Create or update a protection updates note Beta
POST
/api/endpoint/protection_updates_note/{package_policy_id}
curl \
--request POST https://<KIBANA_URL>/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"
}