Commit ac37b54d by Dieter Plaetinck

fix datasource api docs

reflects change in e2f6633d
parent f6ad386b
......@@ -183,7 +183,7 @@ Status Codes:
### Create data source
`PUT /api/datasources`
`POST /api/datasources`
**Example Response**:
......@@ -192,9 +192,9 @@ Status Codes:
{"message":"Datasource added"}
### Edit an existing data source
### Update an existing data source
`POST /api/datasources`
`PUT /api/datasources/:datasourceId`
### Delete an existing data source
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment