curl --request POST \
--url https://api.example.com/sync/pipes/push{
"success": true,
"actions": [
"<string>"
],
"errors": [
"<string>"
]
}Push local pipe manifest to cloud (merge with remote first).
curl --request POST \
--url https://api.example.com/sync/pipes/push{
"success": true,
"actions": [
"<string>"
],
"errors": [
"<string>"
]
}Was this page helpful?