Skip to content

Commit

Permalink
set default for functional parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
schristley committed Nov 17, 2017
1 parent 1f8c656 commit 3db24ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion iReceptor_Data_Service_API_V2.json
Original file line number Diff line number Diff line change
Expand Up @@ -570,12 +570,14 @@
"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 Expand Up @@ -1343,4 +1345,4 @@
}
}
}
}
}
2 changes: 2 additions & 0 deletions iReceptor_Data_Service_API_V2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -517,12 +517,14 @@ 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 3db24ea

Please sign in to comment.