From aa3975218019d03e5f20252681611b566dd25e6f Mon Sep 17 00:00:00 2001 From: Tokesh Date: Mon, 8 Jul 2024 19:47:03 +0500 Subject: [PATCH] response body Signed-off-by: Tokesh --- spec/namespaces/sql.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/namespaces/sql.yaml b/spec/namespaces/sql.yaml index 602e96975..6f16a0b87 100644 --- a/spec/namespaces/sql.yaml +++ b/spec/namespaces/sql.yaml @@ -65,7 +65,7 @@ paths: - $ref: '#/components/parameters/sql.get_stats::query.sanitize' responses: '200': - $ref: '#/components/responses/sql.stats@200' + $ref: '#/components/responses/sql.get_stats@200' post: operationId: sql.post_stats.1 x-operation-group: sql.post_stats @@ -80,7 +80,7 @@ paths: $ref: '#/components/requestBodies/sql.post_stats' responses: '200': - $ref: '#/components/responses/sql.stats@200' + $ref: '#/components/responses/sql.post_stats@200' components: parameters: sql.query::query.format: