Skip to content

Commit

Permalink
fix: re-enable dryrun (still supported)
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed May 15, 2024
1 parent f3e5d58 commit 6b60ada
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions docs/smartapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,13 @@ 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: dryrun a query (logs the queries BTE will make)
in: query
name: dryrun
required: false
schema:
type: boolean
requestBody:
description: Query information to be submitted
required: true
Expand Down

0 comments on commit 6b60ada

Please sign in to comment.