Skip to content

Commit

Permalink
UI: Configuratior: Remove Elasticsearch URl attribute from Archive De…
Browse files Browse the repository at this point in the history
…vice #1384
  • Loading branch information
vrindanayak committed May 22, 2019
1 parent 5f3e7ee commit 3a34921
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions dcm4chee-arc-ui2/src/swagger/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,29 +193,6 @@
}
}
},
"/elasticsearch": {
"get": {
"tags": [
"CONFIG-RS"
],
"summary": "Get Access URL of Elastic Search",
"operationId": "getElasticSearchURL",
"produces": [
"application/json"
],
"responses": {
"200": {
"description": "Access URL of Elastic Search",
"schema": {
"$ref": "#/definitions/URL"
}
},
"default": {
"description": "unexpected error"
}
}
}
},
"/devicename": {
"get": {
"tags": [
Expand Down Expand Up @@ -18378,17 +18355,6 @@
}
}
},
"URL": {
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string"
}
}
},
"DeviceName": {
"type": "object",
"required": [
Expand Down

0 comments on commit 3a34921

Please sign in to comment.