Skip to content

Commit

Permalink
feat: enable dryrun_pathfinder parameter for ARA endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
colleenXu committed Sep 28, 2024
1 parent 3aa18a2 commit 5790cb4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 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 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
Expand Down Expand Up @@ -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
Expand Down

1 comment on commit 5790cb4

@colleenXu
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.