Skip to main content
PATCH
Patch Enrichment Provider

Path Parameters

provider_uuid
string<uuid>
required

Body

application/json

Request body for PATCH /v1/enrichment-providers/{uuid}.

display_name
string | null
Required string length: 1 - 200
description
string | null
is_active
boolean | null
supported_indicator_types
string[] | null
http_config
Http Config · object | null
auth_type
string | null
auth_config
Auth Config · object | null
default_cache_ttl_seconds
integer | null
Required range: 0 <= x <= 86400
cache_ttl_by_type
Cache Ttl By Type · object | null
malice_rules
Malice Rules · object | null

Response

Successful Response

data
EnrichmentProviderResponse · object
required

Response schema for enrichment provider endpoints.

meta
Meta · object