Merge pull request #673 from influxdata/remove_endpoint
removing unimplemented endpoint from swaggerpull/674/head
commit
a073f26078
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue