Skip to content

Commit d375e0f

Browse files
richard-epsillagitbook-bot
authored andcommitted
GITBOOK-142: No subject
1 parent 89fecf7 commit d375e0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

knowledge-base/programmatically-manage-knowledge-bases.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ curl -X POST https://etl.epsilla.com/api/v1/datasources/<project_id>/create \
9898
**Request**
9999

100100
```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> \
102102
-H "X-API-Key: <Project-API-Key>" \
103103
-d '{"auto_sync": true, "sync_schedule": "15min"}' # Only provide the entries that need to be updated
104104
```
@@ -120,7 +120,7 @@ curl -X PUT https://etl.epsilla.com/api/v1/datasources/<project_id>/pipelines/up
120120
**Request**
121121

122122
```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> \
124124
-H "X-API-Key: <Project-API-Key>"
125125
```
126126

0 commit comments

Comments
 (0)