From eb999a98d67af62ca1ade408397a7104bfd6d518 Mon Sep 17 00:00:00 2001 From: Afreen Misbah Date: Thu, 7 May 2026 16:57:08 +0530 Subject: [PATCH] tentacle:mgr/dashboard: update openapi yaml Signed-off-by: Afreen Misbah --- src/pybind/mgr/dashboard/openapi.yaml | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/src/pybind/mgr/dashboard/openapi.yaml b/src/pybind/mgr/dashboard/openapi.yaml index 71373ed549ea..34296623cd1b 100755 --- a/src/pybind/mgr/dashboard/openapi.yaml +++ b/src/pybind/mgr/dashboard/openapi.yaml @@ -3580,12 +3580,8 @@ paths: responses: '200': content: - application/json: - schema: - type: object application/vnd.ceph.api.v1.0+json: - schema: - type: object + type: object description: OK '400': description: Operation exception. Please check the response body for details. @@ -3626,21 +3622,13 @@ paths: responses: '200': content: - application/json: - schema: - type: object application/vnd.ceph.api.v1.0+json: - schema: - type: object + type: object description: Resource updated. '202': content: - application/json: - schema: - type: object application/vnd.ceph.api.v1.0+json: - schema: - type: object + type: object description: Operation is still executing. Please check the task queue. '400': description: Operation exception. Please check the response body for details. -- 2.47.3