v14

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-016793230.7 KB
secure
secret-providers

Partial Update Secret Provider By Name

Partially updates a secret provider in RDI settings by name.

patch/api/v1/pipelines/secret-providers/{name}

Path parameters

namestring required

Request body

object required

Example request

{
  "type": "aws"
}

Response

Successful Response

OR

Example response

{
  "action_id": "1234567890"
}