Skip to content

Commit

Permalink
fix datasource api docs
Browse files Browse the repository at this point in the history
reflects change in e2f6633
  • Loading branch information
Dieterbe committed Jul 7, 2015
1 parent f6ad386 commit ac37b54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/sources/reference/http_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Status Codes:

### Create data source

`PUT /api/datasources`
`POST /api/datasources`

**Example Response**:

Expand All @@ -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

Expand Down Expand Up @@ -269,7 +269,7 @@ Adds a global user to the actual organisation.

### Delete User in Organisation

`DELETE /api/orgs/:orgId/users/:userId`
`DELETE /api/orgs/:orgId/users/:userId`

## Users

Expand Down

0 comments on commit ac37b54

Please sign in to comment.