Create or update a protection updates note

POST /api/endpoint/protection_updates_note/{package_policy_id}

Path parameters

  • package_policy_id string Required
application/json

Body Required

  • note string

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
    • note string
POST /api/endpoint/protection_updates_note/{package_policy_id}
curl \
 --request POST 'https://<KIBANA_URL>/api/endpoint/protection_updates_note/{package_policy_id}' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/json" \
 --data '{"note":"string"}'