---
title: "Partial Update Source By Name"
method: PATCH
path: "/api/v1/pipelines/sources/{name}"
tags: ["secure", "sources"]
---

# Partial Update Source By Name

`PATCH /api/v1/pipelines/sources/{name}`

Partially updates a source in RDI settings by name.

## Path parameters

- `name` string, required

## Request body

- object

## Response `200`

Successful Response

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

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Validation Error

## Changes

- **2025-02-27** `b0ed6c7dac42` — 3 info
  - added the non-success response with the status `422`
  - the response property `anyOf[subschema #1: ActionIdResponse]/action_id` became required for the status `200`
  - response property `anyOf[subschema #1: ActionIdResponse]/action_id` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`

[Change history](https://skmtc.dev/redis/apis/redis-data-integration-api/changes/api/v1/pipelines/sources/:name/patch.md)

---

[API](https://skmtc.dev/redis/apis/redis-data-integration-api.md) · [All operations](https://skmtc.dev/redis/apis/redis-data-integration-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/redis/redis-data-integration-api/revisions/acb8b4d3bbed/schema)
