Merge pull request #673 from influxdata/remove_endpoint

removing unimplemented endpoint from swagger
pull/674/head
Chris Goller 2016-12-08 17:23:38 -06:00 committed by GitHub
commit a073f26078
1 changed files with 0 additions and 20 deletions

View File

@ -273,26 +273,6 @@
} }
}, },
"/users": { "/users": {
"get": {
"tags": [
"users"
],
"summary": "List of all users on this data source",
"responses": {
"200": {
"description": "An array of users",
"schema": {
"$ref": "#/definitions/Users"
}
},
"default": {
"description": "Unexpected internal service error",
"schema": {
"$ref": "#/definitions/Error"
}
}
}
},
"post": { "post": {
"tags": [ "tags": [
"users" "users"