From 09f3b1fd4687c95a65cb40386e2d8c4ad661f1e9 Mon Sep 17 00:00:00 2001 From: muniraj321 <76615492+muniraj321@users.noreply.github.com> Date: Thu, 28 Apr 2022 21:49:39 +0530 Subject: [PATCH] update in this swagger.yaml update name and description in this file should be disk-> get/v1/disks --- openapi-spec/swagger.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openapi-spec/swagger.yaml b/openapi-spec/swagger.yaml index 538ac832e..879f493f5 100644 --- a/openapi-spec/swagger.yaml +++ b/openapi-spec/swagger.yaml @@ -1041,16 +1041,16 @@ paths: - abnormal responses: '200': - description: List port query was success + description: List disk query was success content: application/json: schema: type: object required: - - ports + - disks additionalProperties: true properties: - ports: + disks: type: array title: the disk schema items: