Skip to content

Commit

Permalink
Update swagger.json
Browse files Browse the repository at this point in the history
  • Loading branch information
raccoon-mh authored Aug 26, 2024
1 parent 42d10b0 commit 5fd892f
Showing 1 changed file with 74 additions and 18 deletions.
92 changes: 74 additions & 18 deletions swagger/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1660,6 +1660,11 @@
"in": "query",
"name": "operationId",
"type": "string"
},
{
"in": "query",
"name": "framework",
"type": "string"
}
],
"responses": {
Expand Down Expand Up @@ -5180,7 +5185,19 @@
},
"/api/ticket": {
"get": {
"parameters": [],
"consumes": [
"text/plain"
],
"parameters": [
{
"in": "body",
"name": "body",
"schema": {
"format": "binary",
"type": "string"
}
}
],
"responses": {
"200": {
"description": ""
Expand All @@ -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"
}
}
],
Expand All @@ -5221,8 +5277,8 @@
"Ticket"
],
"description": "사용자는 uma_protection Role 을 가져야 한다.",
"operationId": "getticketNotuse",
"summary": "GetTicket#notuse"
"operationId": "getallavailablemenus",
"summary": "GetAllAvailableMenus"
}
},
"/api/tool/mcinfra/sync": {
Expand Down Expand Up @@ -7350,18 +7406,18 @@
}
},
"tags": [
"readyz"
"Readyz"
],
"description": "mc-iam-manager가 정상적으로 작동중인지 단순 확인합니다.",
"operationId": "readyz",
"summary": "readyz"
"summary": "Readyz"
}
}
},
"tags": [
{
"description": "동작상태 확인",
"name": "readyz"
"name": "Readyz"
},
{
"description": "토큰 관리",
Expand Down

0 comments on commit 5fd892f

Please sign in to comment.