Create or update a protection updates note Beta

POST /api/endpoint/protection_updates_note/{package_policy_id}
application/json

Body Required

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
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"
}