Create or update a protection updates note

POST /api/endpoint/protection_updates_note/{package_policy_id}
application/json; Elastic-Api-Version=2023-10-31

Body Required

Responses

  • 200 application/json; Elastic-Api-Version=2023-10-31

    OK

    Hide response attribute Show response attribute object
POST /api/endpoint/protection_updates_note/{package_policy_id}
curl \
 -X POST http://localhost:5622/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"
}