Skip to content

Commit

Permalink
Update openapi-schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Sep 18, 2024
1 parent 0e59efb commit 5dd70f6
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions warpgate-web/src/admin/lib/openapi-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1366,6 +1366,9 @@
"properties": {
"kind": {
"type": "string",
"enum": [
"Password"
],
"example": "Password"
}
}
Expand All @@ -1385,6 +1388,9 @@
"properties": {
"kind": {
"type": "string",
"enum": [
"PublicKey"
],
"example": "PublicKey"
}
}
Expand Down Expand Up @@ -1572,6 +1578,9 @@
"properties": {
"kind": {
"type": "string",
"enum": [
"Http"
],
"example": "Http"
}
}
Expand All @@ -1591,6 +1600,9 @@
"properties": {
"kind": {
"type": "string",
"enum": [
"MySql"
],
"example": "MySql"
}
}
Expand All @@ -1610,6 +1622,9 @@
"properties": {
"kind": {
"type": "string",
"enum": [
"Ssh"
],
"example": "Ssh"
}
}
Expand All @@ -1629,6 +1644,9 @@
"properties": {
"kind": {
"type": "string",
"enum": [
"WebAdmin"
],
"example": "WebAdmin"
}
}
Expand Down Expand Up @@ -1808,6 +1826,9 @@
"properties": {
"kind": {
"type": "string",
"enum": [
"Password"
],
"example": "Password"
}
}
Expand All @@ -1827,6 +1848,9 @@
"properties": {
"kind": {
"type": "string",
"enum": [
"PublicKey"
],
"example": "PublicKey"
}
}
Expand All @@ -1846,6 +1870,9 @@
"properties": {
"kind": {
"type": "string",
"enum": [
"Sso"
],
"example": "Sso"
}
}
Expand All @@ -1865,6 +1892,9 @@
"properties": {
"kind": {
"type": "string",
"enum": [
"Totp"
],
"example": "Totp"
}
}
Expand Down

0 comments on commit 5dd70f6

Please sign in to comment.