Skip to main content
PATCH
Bulk update classification flags on multiple entities

Headers

x-project-id
string
required

Project ID to specify the project context

Body

application/json
ids
string[]
required

Entity IDs to update (must belong to the current project)

Example:
isOwned
boolean

Mark entities as owned by the project

Example:

true

isCompetitor
boolean

Mark entities as competitors

Example:

false

isBlacklisted
boolean

Mark entities as blacklisted (excludes from analysis but preserves history)

Example:

false

Response