Syncplicity Support

Follow

Filter hidden content

Summary

By default, hidden files are included in transfers. To exclude them, use the hidden or filter_hidden type as a rule for either the source or destination. No other attribute values are needed.

REST API - Example 1

{
    ...
    "transfer": {
        ...
        "filter": {
            "source": [{
                    "action": "exclude",
                    "rules": [{
                            "type": "hidden"
                        }
                    ],
                    "type": "filter_rule"
                }
            ]
        }
    }
    ...
}

Powered by Zendesk