Skip to main content
Update pipe config fields
curl --request POST \
  --url https://api.example.com/pipes/{id}/config \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": true
}

Path Parameters

id
string
required

ID of the pipe

Body

application/json

The body is of type object.

Response

200 - application/json

Config updated

success
boolean