Skip to content

Commit

Permalink
add dryrun pathfinder option
Browse files Browse the repository at this point in the history
  • Loading branch information
rjawesome committed Sep 8, 2024
1 parent 83abc62 commit 0c8cf4e
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions docs/smartapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@ paths:
required: false
schema:
type: boolean
- description: Dryrun a pathfinder query (logs the query graphs BTE would use in Pathfinder mode without running them)
in: query
name: dryrun_pathfinder
required: false
schema:
type: boolean
requestBody:
description: Query information to be submitted
required: true
Expand Down Expand Up @@ -249,6 +255,12 @@ paths:
required: false
schema:
type: boolean
- description: Dryrun a pathfinder query (logs the query graphs BTE would use in Pathfinder mode without running them)
in: query
name: dryrun_pathfinder
required: false
schema:
type: boolean
requestBody:
description: Query information to be submitted
required: true
Expand Down Expand Up @@ -357,6 +369,12 @@ paths:
required: false
schema:
type: boolean
- description: Dryrun a pathfinder query (logs the query graphs BTE would use in Pathfinder mode without running them)
in: query
name: dryrun_pathfinder
required: false
schema:
type: boolean
requestBody:
description: Query information to be submitted
required: true
Expand Down Expand Up @@ -454,6 +472,12 @@ paths:
required: false
schema:
type: boolean
- description: Dryrun a pathfinder query (logs the query graphs BTE would use in Pathfinder mode without running them)
in: query
name: dryrun_pathfinder
required: false
schema:
type: boolean
requestBody:
description: Query information to be submitted
required: true
Expand Down Expand Up @@ -567,6 +591,12 @@ paths:
required: false
schema:
type: boolean
- description: Dryrun a pathfinder query (logs the query graphs BTE would use in Pathfinder mode without running them)
in: query
name: dryrun_pathfinder
required: false
schema:
type: boolean
requestBody:
description: Query information to be submitted
required: true
Expand Down Expand Up @@ -686,6 +716,12 @@ paths:
required: false
schema:
type: boolean
- description: Dryrun a pathfinder query (logs the query graphs BTE would use in Pathfinder mode without running them)
in: query
name: dryrun_pathfinder
required: false
schema:
type: boolean
requestBody:
description: Query information to be submitted
required: true
Expand Down

0 comments on commit 0c8cf4e

Please sign in to comment.