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: 0 <= x <= 2147483647
Example:

1

description
string
required

New human-readable description of the custom enrichment.

Maximum string length: 255
Pattern: ^[\s\S]*$
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. May contain only letters, digits, and underscores.

Required string length: 1 - 255
Pattern: ^\w+$
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.

Maximum string length: 4096
Pattern: ^[\s\S]*$
Example:

"Custom enrichment updated successfully"