From 5fd892f1aa87a5ef39f55ee0317417deae6766a8 Mon Sep 17 00:00:00 2001 From: Minhyeok LEE <130422754+raccoon-mh@users.noreply.github.com> Date: Mon, 26 Aug 2024 11:06:25 +0900 Subject: [PATCH] Update swagger.json --- swagger/swagger.json | 92 +++++++++++++++++++++++++++++++++++--------- 1 file changed, 74 insertions(+), 18 deletions(-) diff --git a/swagger/swagger.json b/swagger/swagger.json index d34c9b9..c3505e8 100644 --- a/swagger/swagger.json +++ b/swagger/swagger.json @@ -1660,6 +1660,11 @@ "in": "query", "name": "operationId", "type": "string" + }, + { + "in": "query", + "name": "framework", + "type": "string" } ], "responses": { @@ -5180,7 +5185,19 @@ }, "/api/ticket": { "get": { - "parameters": [], + "consumes": [ + "text/plain" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "format": "binary", + "type": "string" + } + } + ], "responses": { "200": { "description": "" @@ -5190,25 +5207,64 @@ "Ticket" ], "description": "사용자는 uma_protection Role 을 가져야 한다.", - "operationId": "ticketvalidateNotuse", - "summary": "TicketValidate#notuse" - }, - "post": { + "operationId": "getallpermissions", + "summary": "GetAllPermissions" + } + }, + "/api/ticket/framework/{framework}/operationid/{operationid}": { + "parameters": [ + { + "in": "path", + "name": "framework", + "required": true, + "type": "string" + }, + { + "in": "path", + "name": "operationid", + "required": true, + "type": "string" + } + ], + "get": { "consumes": [ - "application/json" + "text/plain" ], "parameters": [ { "in": "body", "name": "body", "schema": { - "properties": { - "uri": { - "example": "/test/uri", - "type": "string" - } - }, - "type": "object" + "format": "binary", + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "" + } + }, + "tags": [ + "Ticket" + ], + "description": "사용자는 uma_protection Role 을 가져야 한다.", + "operationId": "getpermissionticketbyoperationid", + "summary": "GetPermissionTicketByOperationid" + } + }, + "/api/ticket/menus": { + "get": { + "consumes": [ + "text/plain" + ], + "parameters": [ + { + "in": "body", + "name": "body", + "schema": { + "format": "binary", + "type": "string" } } ], @@ -5221,8 +5277,8 @@ "Ticket" ], "description": "사용자는 uma_protection Role 을 가져야 한다.", - "operationId": "getticketNotuse", - "summary": "GetTicket#notuse" + "operationId": "getallavailablemenus", + "summary": "GetAllAvailableMenus" } }, "/api/tool/mcinfra/sync": { @@ -7350,18 +7406,18 @@ } }, "tags": [ - "readyz" + "Readyz" ], "description": "mc-iam-manager가 정상적으로 작동중인지 단순 확인합니다.", "operationId": "readyz", - "summary": "readyz" + "summary": "Readyz" } } }, "tags": [ { "description": "동작상태 확인", - "name": "readyz" + "name": "Readyz" }, { "description": "토큰 관리",