Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gunterze committed Jun 21, 2017
1 parent cc66b3c commit 4f45ee3
Showing 1 changed file with 11 additions and 20 deletions.
31 changes: 11 additions & 20 deletions dcm4chee-arc-ui2/src/swagger/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1749,16 +1749,18 @@
"required": true,
"type": "string"
},
{
"name": "different",
"in": "query",
"description": "include Studies different at originalAET",
"type": "boolean",
"default": "yes"
},
{
"name": "missing",
"in": "query",
"description": "include Studies missing at originalAET",
"type": "string",
"enum": [
"no",
"yes",
"only"
],
"type": "boolean",
"default": "no"
},
{
Expand Down Expand Up @@ -1865,18 +1867,6 @@
"required": true,
"type": "string"
},
{
"name": "missing",
"in": "query",
"description": "include Studies missing at originalAET",
"type": "string",
"enum": [
"no",
"yes",
"only"
],
"default": "no"
},
{
"name": "{attributeID}",
"in": "query",
Expand Down Expand Up @@ -1920,11 +1910,12 @@
"description": "successful operation",
"schema": {
"required": [
"count"
"different",
"missing"
],
"properties": {
"count": {
"title": "Number of different or missing studies",
"title": "Number of different studies",
"type": "integer"
},
"missing": {
Expand Down

0 comments on commit 4f45ee3

Please sign in to comment.