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.
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": {}
}API key must be provided in the Authorization header
Local folder ID
Enable or disable continuous sync
Was this page helpful?