Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
portal-backend
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HBP Medical Informatics Platform
portal-backend
Commits
574e13cd
Commit
574e13cd
authored
9 years ago
by
Mirco Nasuti
Browse files
Options
Downloads
Patches
Plain Diff
add missing parameters
parent
895e8258
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
swagger-MIP.yaml
+35
-3
35 additions, 3 deletions
swagger-MIP.yaml
with
35 additions
and
3 deletions
swagger-MIP.yaml
+
35
−
3
View file @
574e13cd
...
...
@@ -255,10 +255,42 @@ paths:
$ref
:
'
#/definitions/Group'
/variables
:
get
:
summary
:
'
Get
all
variables'
operationId
:
'
get
all
variables'
summary
:
'
Get
variables'
operationId
:
'
get
variables'
tags
:
-
Variables
parameters
:
-
name
:
group
in
:
query
required
:
false
type
:
string
description
:
'
List
of
groups
formatted
like
:
("val1",
"val2",
...)'
-
name
:
subgroup
in
:
query
required
:
false
type
:
string
description
:
'
List
of
subgroups
formatted
like
:
("val1",
"val2",
...)'
-
name
:
isVariable
in
:
query
required
:
false
type
:
string
description
:
'
Boolean
value
formatted
like
:
("0")
or
("1")
or
("false")
or
("true")'
-
name
:
isGrouping
in
:
query
required
:
false
type
:
string
description
:
'
Boolean
value
formatted
like
:
("0")
or
("1")
or
("false")
or
("true")'
-
name
:
isCovariable
in
:
query
required
:
false
type
:
string
description
:
'
Boolean
value
formatted
like
:
("0")
or
("1")
or
("false")
or
("true")'
-
name
:
isFilter
in
:
query
required
:
false
type
:
string
description
:
'
Boolean
value
formatted
like
:
("0")
or
("1")
or
("false")
or
("true")'
responses
:
'
200'
:
description
:
'
Success'
...
...
@@ -276,7 +308,7 @@ paths:
parameters
:
-
name
:
code
in
:
path
description
:
'
code'
description
:
'
code
(
multiple
codes
are
allowed,
separeted
by
","
)
'
required
:
true
type
:
string
responses
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment