PATCH /accounts/{account_id}/cloudforce-one/events/update/bulk

Updates multiple events with the same field values. Maximum 100 events per request.

Servers

Path parameters

Name Type Required Description
account_id String Yes

Account ID.

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
eventIds[] Array Yes

List of event UUIDs to update (1-100)

datasetId String Yes

Dataset ID containing the events to update. Required to prevent cross-account modifications.

updates Object Yes

Fields to update on all specified events. All fields including 'insight' are supported, except 'date' which requires shard migration.

updates.targetCountry String No
updates.category String No
updates.indicatorType String No
updates.insight String No
updates.attacker String No
updates.event String No
updates.createdAt String No
updates.targetIndustry String No
updates.indicator String No
updates.attackerCountry String No
updates.raw Object No
updates.raw.source String No
updates.raw.data Object No
updates.raw.tlp String No
updates.tlp String No

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.