---
title: "Update Processors"
method: PUT
path: "/api/v1/pipelines/processors"
tags: ["secure", "processors"]
---

# Update Processors

`PUT /api/v1/pipelines/processors`

Updates multiple processor properties in RDI settings.
The request body should be a dictionary with property names as keys and new values as values.

## Request body

- object

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