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