Skip to content

Commit

Permalink
Merge pull request #5 from sfu-ireceptor/IR-628
Browse files Browse the repository at this point in the history
remove default value for functional parameter
  • Loading branch information
bcorrie authored May 22, 2018
2 parents 3c4604e + 6f29fd6 commit ff80236
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions iReceptor_Data_Service_API_V2.json
Original file line number Diff line number Diff line change
Expand Up @@ -584,14 +584,12 @@
"name": "functional",
"in": "query",
"type": "boolean",
"default": true,
"description": "Filter for sequences that are either functional, non-functional, or both\n"
},
"functional_form": {
"name": "functional",
"in": "formData",
"type": "boolean",
"default": true,
"description": "Filter for sequences that are either functional, non-functional, or both\n"
},
"ir_sample_id_list": {
Expand Down
2 changes: 0 additions & 2 deletions iReceptor_Data_Service_API_V2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -532,14 +532,12 @@ parameters:
name: functional
in: query
type: boolean
default: true
description: |
Filter for sequences that are either functional, non-functional, or both
functional_form:
name: functional
in: formData
type: boolean
default: true
description: |
Filter for sequences that are either functional, non-functional, or both
#
Expand Down

0 comments on commit ff80236

Please sign in to comment.