From: Afreen Misbah Date: Thu, 7 May 2026 11:27:08 +0000 (+0530) Subject: tentacle:mgr/dashboard: update openapi yaml X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=eb999a98d67af62ca1ade408397a7104bfd6d518;p=ceph.git tentacle:mgr/dashboard: update openapi yaml Signed-off-by: Afreen Misbah --- 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.