Rishabh Mishra
10/24/2024, 9:21 AMuser
10/24/2024, 9:22 AM0 0 * * 0 curl -X POST <http://localhost:8000/api/v1/connections/sync> -H "Content-Type: application/json" -d '{"connectionId": "<your-connection-id>"}'
This example shows how to trigger a sync weekly using a cron job. 5. Remember to replace <your-connection-id>
with the actual ID of your connection. Please note that the exact API call for updating the frequency isn't provided in the given knowledge sources. You may need to refer to the latest Airbyte API documentation for the specific endpoint and payload structure to update the connection frequency.Rishabh Mishra
10/24/2024, 9:33 AMuser
10/24/2024, 9:33 AMuser
10/24/2024, 9:33 AMapi/v1/web_backend/connections/update
. The available information suggests using the api/v1/connections/update
endpoint to update a connection. Please refer to the [Airbyte API documentation](https://airbyte-public-api-docs.s3.us-east-2.amazonaws.com/rapidoc-api-docs.html#tag--workspace) for the most accurate and up-to-date information.