From 5790cb40b80782df14cb6bae4c0ead5d88b1e3bc Mon Sep 17 00:00:00 2001 From: Colleen Xu Date: Sat, 28 Sep 2024 00:14:50 -0700 Subject: [PATCH] feat: enable dryrun_pathfinder parameter for ARA endpoints --- docs/smartapi.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/smartapi.yaml b/docs/smartapi.yaml index 7028c43..15c2aef 100644 --- a/docs/smartapi.yaml +++ b/docs/smartapi.yaml @@ -149,6 +149,12 @@ paths: required: false schema: type: boolean + - description: Dryrun a pathfinder query (logs the tempalted-queries BTE would make without running them) + in: query + name: dryrun_pathfinder + required: false + schema: + type: boolean requestBody: description: Query information to be submitted required: true @@ -454,6 +460,12 @@ paths: required: false schema: type: boolean + - description: Dryrun a pathfinder query (logs the tempalted-queries BTE would make without running them) + in: query + name: dryrun_pathfinder + required: false + schema: + type: boolean requestBody: description: Query information to be submitted required: true