/
/Redis Data Integration API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 1mo ago
login1
secure42
  • postStart Pipeline
  • postStop Pipeline
  • postReset Pipeline
  • getGet Action
  • getProtected Route
  • putUpdate Sources
  • putUpsert Source By Name
  • deleteDelete Source By Name
  • patchPartial Update Source By Name
  • putUpdate Targets
  • putUpsert Target By Name
  • deleteDelete Target By Name
  • patchPartial Update Target By Name
  • putUpsert Secret Provider By Name
  • deleteDelete Secret Provider By Name
  • patchPartial Update Secret Provider By Name
  • postSources Dry Run
  • postMultiple Targets Dry Run
  • postSingle Target Dry Run
  • getGet Columns
  • getGet Schemas
  • getGet Databases
  • getGet Metadata
  • getGet Tables
  • getRetrieve Pipelines
  • postPipelines
  • patchPatch Pipelines
  • postUndeploy Pipelines
  • getPipelines Jobs Functions
  • getPipelines Config Templates
  • getPipelines Jobs Templates
  • postJob Dry Run
  • getPipelines Strategies
  • getPipelines Config Schemas
  • getPipelines Jobs Schemas
  • putUpdate Processors
  • putUpsert Processors Property
  • putSet Multi Key Secret
  • putSet Secrets
  • getStatistics
  • getGet Status
  • postStart Trace
v223
  • getRedirect To Doc
secure
sources

Partial Update Source By Name

Partially updates a source in RDI settings by name.

patch/api/v1/pipelines/sources/{name}

Path parameters

namestring required

Request body

object required

Example request

{
  "active": true,
  "tables": {
    "my_table": {
      "columns": [
        "id",
        "name"
      ]
    }
  }
}

Response

Successful Response

OR

Example response

{
  "action_id": "1234567890"
}

Changes