Create or update a protection updates note
Spaces method and path for this operation:
post /s/{space_id}/api/endpoint/protection_updates_note/{package_policy_id}
Refer to Spaces for more information.
POST
/api/endpoint/protection_updates_note/{package_policy_id}
curl \
--request POST 'https://localhost:5601/api/endpoint/protection_updates_note/{package_policy_id}' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"note":"string"}'