removing unimplemented endpoint from swagger

pull/673/head
Jade McGough 2016-12-08 15:12:39 -08:00
parent b0f3fc9176
commit 7393e4b321
1 changed files with 0 additions and 20 deletions

View File

@ -273,26 +273,6 @@
}
},
"/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": {
"tags": [
"users"