From 6b60ada47e4972f4540289426dffcdbd87596f22 Mon Sep 17 00:00:00 2001 From: tokebe <43009413+tokebe@users.noreply.github.com> Date: Wed, 15 May 2024 15:09:10 -0400 Subject: [PATCH] fix: re-enable dryrun (still supported) --- docs/smartapi.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/smartapi.yaml b/docs/smartapi.yaml index d621624..2926727 100644 --- a/docs/smartapi.yaml +++ b/docs/smartapi.yaml @@ -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