Skip to content

Commit

Permalink
viewer script execute swagger (#12137)
Browse files Browse the repository at this point in the history
  • Loading branch information
StekPerepolnen authored Jan 22, 2025
1 parent 0b50ca5 commit 2696900
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ydb/core/viewer/query_execute_script.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,16 @@ class TQueryExecuteScript : public TQueryExecuteScriptRpc {
* `EXEC_MODE_EXPLAIN`
* `EXEC_MODE_EXECUTE`
required: true
stats_mode:
type: string
description: |
stats_mode:
* `STATS_MODE_UNSPECIFIED`
* `STATS_MODE_NONE`
* `STATS_MODE_BASIC`
* `STATS_MODE_FULL`
* `STATS_MODE_PROFILE`
required: false
responses:
200:
description: OK
Expand Down

0 comments on commit 2696900

Please sign in to comment.