secure
processors
Upsert Processors Property
Upserts a single processor property by property name. The request body should contain a single 'value' field with the new value for the property. The property name is specified in the URL path.
put/api/v1/pipelines/processors/{prop}
Path parameters
prop'on_failed_retry_interval' | 'read_batch_size' | 'dedup' | 'dedup_max_size' | 'dedup_strategy' | 'duration' | 'write_batch_size' | 'error_handling' | 'dlq_max_messages' | 'target_data_type' | 'json_update_strategy' | 'initial_sync_processes' | 'idle_sleep_time_ms' | 'idle_streams_check_interval_ms' | 'busy_streams_check_interval_ms' | 'wait_enabled' | 'wait_timeout' | 'retry_on_replica_failure' required
Request body
Example request
{
"value": "hash"
}Response
Successful Response
Example response
{
"action_id": "1234567890"
}