Create or update a protection updates note Beta
POST /api/endpoint/protection_updates_note/{package_policy_id}
curl \
-X POST https://localhost:5601/api/endpoint/protection_updates_note/{package_policy_id} \
-H "Content-Type: application/json; Elastic-Api-Version=2023-10-31"
Request examples
{
"note": "string"
}
Response examples (200)
{
"note": "string"
}