cURL
curl --request POST \ --url https://api.example.com/sync/pipes/pull
{ "success": true, "actions": [ "<string>" ], "errors": [ "<string>" ] }
Pull pipe manifest from cloud, merge with local, apply to disk.
OK
Response from pipe sync operations.
Was this page helpful?