Skip to main content
Push pipe configs to cloud
curl --request POST \
  --url https://api.example.com/sync/pipes/push
{
  "success": true,
  "actions": [
    "<string>"
  ],
  "errors": [
    "<string>"
  ]
}

Response

200 - application/json

OK

Response from pipe sync operations.

success
boolean
required
actions
string[]
required
errors
string[]