---
title: "Upsert Processors Property"
method: PUT
path: "/api/v1/pipelines/processors/{prop}"
tags: ["secure", "processors"]
---

# Upsert Processors Property

`PUT /api/v1/pipelines/processors/{prop}`

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.

## 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

- ProcessorProperty
  - `value` string, required

## Response `200`

Successful Response

- union
  - ActionIdResponse — Response model containing an action ID.
    - `action_id` string, nullable
  - RedisDiApiV1ModulesSharedResponseError — Model representing an error status.
    - `status` 'error'
    - `error` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/redis/apis/redis-data-integration-api.md) · [All operations](https://skmtc.net/redis/apis/redis-data-integration-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/redis/redis-data-integration-api/versions/30f630f0aac5/schema)
