Skip to main content
PUT

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

enrichmentId
integer
required

The enrichment_id from GET /customEnrichments.

Body

application/json
constraints
object
required
name
string

A new display name. Optional; when present it must be unique among your team's custom enrichments (compared case-insensitively).

Maximum string length: 255
Example:

"Disinformation Analysis"

Response

The updated custom enrichment, reflecting the replaced option list.

A custom enrichment definition, as listed by GET /customEnrichments.

enrichment_id
integer

The unique identifier. Use it as enrichment_id when pushing values with PUT /mentions/customEnrichments.

Example:

1681

name
string

The display name.

Example:

"Disinformation Analysis"

type
enum<string>

The data type of the enrichment's value. Fixed at creation.

Available options:
categorical,
multivalue_categorical,
integer
Example:

"categorical"

constraints
object