cURL
curl --request PATCH \ --url https://apigcp.trynia.ai/v2/local-folders/{local_folder_id}/continuous-sync \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "enabled": true } '
{ "enabled": true, "last_sync": "<string>", "sync_cursor": {} }
Enable or disable continuous sync for a local folder.
API key must be provided in the Authorization header
Local folder ID
Enable or disable continuous sync
Continuous sync updated
Whether continuous sync is enabled
Last sync timestamp
Cursor for incremental sync
Was this page helpful?