Skip to main content
cURL
curl --request POST \
  --url https://api.example.com/pipes/update \
  --header 'Content-Type: application/json' \
  --data '
{
  "pipe_id": "<string>",
  "config": {}
}
'
{}

Body

application/json
pipe_id
string
required
config
object
required

Response

200 - application/json

The response is of type object.