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.
curl --request POST \
--url https://api.example.com/sync/pipes/pull{
"success": true,
"actions": [
"<string>"
],
"errors": [
"<string>"
]
}Was this page helpful?