Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/biothings/bte-server into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed May 15, 2024
2 parents afcc0e8 + dd3eb20 commit cae7a8f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion config/api_list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,6 @@ include:
name: COHD TRAPI
# TRAPI (Translator standard) APIs: CHP
# not accessible by team or api-specific endpoints
- id: 412af63e15b73e5a30778aac84ce313f
- id: 23f770568b92b7a82063989b3ddd9706
name: Connections Hypothesis Provider API
exclude: [] # if adding exclude remove these square brackets
21 changes: 13 additions & 8 deletions docs/smartapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,19 @@ paths:
tags:
- query
summary: Initiate a TRAPI-format query to BTE (operating as an ARA) and wait to receive a Response
## old feature: not sure if it still works
# parameters:
# - description: dryrun a query (logs the queries BTE will make)
# in: query
# name: dryrun
# required: false
# schema:
# type: boolean
parameters:
- description: Legacy option to explicitly enable/disable caching.
in: query
name: caching
required: false
schema:
type: boolean
- description: Dryrun a query (logs the queries BTE would make without running them)
in: query
name: dryrun
required: false
schema:
type: boolean
requestBody:
description: Query information to be submitted
required: true
Expand Down

0 comments on commit cae7a8f

Please sign in to comment.