Skip to content

Commit

Permalink
small fix of operation group
Browse files Browse the repository at this point in the history
  • Loading branch information
Tokesh committed Jul 8, 2024
1 parent a89c5e7 commit 24c9fbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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 All @@ -65,7 +65,7 @@ paths:
- $ref: '#/components/parameters/sql.get_stats::query.sanitize'
responses:
'200':
$ref: '#/components/responses/sql.get_stats@200'
$ref: '#/components/responses/sql.stats@200'
post:
operationId: sql.post_stats.1
x-operation-group: sql.post_stats
Expand All @@ -80,7 +80,7 @@ paths:
$ref: '#/components/requestBodies/sql.post_stats'
responses:
'200':
$ref: '#/components/responses/sql.post_stats@200'
$ref: '#/components/responses/sql.stats@200'
components:
parameters:
sql.query::query.format:
Expand Down

0 comments on commit 24c9fbd

Please sign in to comment.