POST /api/database/data-sync/{data_sync_id}/sync/async/
Start a job to sync the data sync table with the provided data_sync_id
parameter if the authorized user has access to the database's workspace.
Servers
- /
Path parameters
Name | Type | Required | Description |
---|---|---|---|
data_sync_id |
Integer | Yes |
Starts a job to sync the data sync table related to the provided value. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.