secure
targets
Upsert Target By Name
Upserts a target in RDI settings by its name.
put/api/v1/pipelines/targets/{name}
Path parameters
namestring required
Request body
object required
Example request
{
"connection": {
"type": "redis",
"host": "${HOST_IP}",
"port": 12002
}
}Response
Successful Response
Example response
{
"action_id": "1234567890"
}