Skip to content

Commit

Permalink
fix response body
Browse files Browse the repository at this point in the history
Signed-off-by: Tokesh <[email protected]>
  • Loading branch information
Tokesh committed Jul 8, 2024
1 parent 4e73794 commit 1edfc98
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion spec/namespaces/sql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ paths:
/_plugins/_sql/stats:
get:
operationId: sql.get_stats.0
x-operation-group: sql.stats
x-operation-group: sql.get_stats
x-version-added: '1.0'
description: By a stats endpoint, you are able to collect metrics for the plugin within the interval.
externalDocs:
Expand Down Expand Up @@ -202,6 +202,12 @@ components:
schema:
$ref: '../schemas/sql._common.yaml#/components/schemas/SqlCloseResponse'
required: true
sql.stats@200:
content:
application/json:
schema:
$ref: '../schemas/sql._common.yaml#/components/schemas/SqlStatsResponse'
required: true
sql.get_stats@200:
content:
application/json:
Expand Down

0 comments on commit 1edfc98

Please sign in to comment.