Skip to content

Commit

Permalink
Merge pull request #350 from biothings/fix-224
Browse files Browse the repository at this point in the history
Fix #224: fix caching param
  • Loading branch information
tokebe authored Nov 9, 2021
2 parents 07ca3e6 + 5f263be commit 71dae72
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/smartapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,13 @@ paths:
summary: Query BioThings Explorer TRAPI API as ARA
description: ''
operationId: query
parameters:
- description: option to choose whether or not to enable caching
in: query
name: caching
required: false
schema:
type: boolean
requestBody:
description: Query information to be submitted
required: true
Expand Down Expand Up @@ -317,6 +324,12 @@ paths:
required: true
schema:
type: string
- description: option to choose whether or not to enable caching
in: query
name: caching
required: false
schema:
type: boolean
requestBody:
description: Query information to be submitted
required: true
Expand Down Expand Up @@ -390,6 +403,12 @@ paths:
- Multiomics Provider
- Text Mining Provider
- Service Provider
- description: option to choose whether or not to enable caching
in: query
name: caching
required: false
schema:
type: boolean
requestBody:
description: Query information to be submitted
required: true
Expand Down

0 comments on commit 71dae72

Please sign in to comment.