Skip to main content
Update Custom Enrichment

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json

This request data structure is used to update a custom enrichment

customEnrichmentId
integer<int64>
required

The custom enrichment id.

Required range: x >= 0
Example:

1

description
string
required

New human-readable description of the custom enrichment.

Example:

"custom_enrichment_description"

file
File · object
required

This data structure represents a file

name
string
required

New human-readable name for the custom enrichment.

Example:

"custom_enrichment_name"

Response

200 - application/json

This response data structure is obtained when a custom enrichment is updated

customEnrichment
object

Custom enrichment.

message
string

Human-readable message.

Example:

"Custom enrichment updated successfully"