Security Endpoint Management API

Create or update a protection updates note

Spaces method and path for this operation:

<div><span class="operation-verb post">post</span>&nbsp;<span class="operation-path">/s/{space_id}/api/endpoint/protection_updates_note/{package_policy_id}</span></div>

Refer to Spaces for more information.

Create or update the protection updates note for a package policy.

post/api/endpoint/protection_updates_note/{package_policy_id}

Path parameters

package_policy_idstring required

The package policy ID to create or update the protection updates note for.

Request body

notestring required

The note content.

Response

Indicates a successful call.

notestring

A note associated with the protection updates for the given package policy.

Changes

Changed in 1 of the 106 revisions of this API.12

  • 4f9c93aeab1512See the full diff
    • the request property became required

      request-property-became-required

    • for the path request parameter package_policy_id, the maxLength was set to 256

      request-parameter-max-length-set

    • the request property's maxLength was set to 10000

      request-property-max-length-set