File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ curl -X POST https://etl.epsilla.com/api/v1/datasources/<project_id>/create \
98
98
** Request**
99
99
100
100
``` bash
101
- curl -X PUT https://etl.epsilla.com/api/v1/datasources/< project_id> /pipelines /update/< datasource_id> \
101
+ curl -X PUT https://etl.epsilla.com/api/v1/datasources/< project_id> /pipeline /update/< datasource_id> \
102
102
-H " X-API-Key: <Project-API-Key>" \
103
103
-d ' {"auto_sync": true, "sync_schedule": "15min"}' # Only provide the entries that need to be updated
104
104
```
@@ -120,7 +120,7 @@ curl -X PUT https://etl.epsilla.com/api/v1/datasources/<project_id>/pipelines/up
120
120
** Request**
121
121
122
122
``` bash
123
- curl -X POST https://etl.epsilla.com/api/v1/datasources/< project_id> /pipelines /< datasource_id> \
123
+ curl -X POST https://etl.epsilla.com/api/v1/datasources/< project_id> /pipeline /< datasource_id> \
124
124
-H " X-API-Key: <Project-API-Key>"
125
125
```
126
126
You can’t perform that action at this time.
0 commit comments