Skip to content

Commit

Permalink
Merge pull request #933 from cloud-barista/update-swagger-doc
Browse files Browse the repository at this point in the history
[Workflow] Update Swagger REST API doc
  • Loading branch information
seokho-son authored Nov 4, 2021
2 parents 9cd4be6 + a4c87fa commit 10decbf
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 25 deletions.
25 changes: 25 additions & 0 deletions src/api/rest/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -2420,6 +2420,7 @@ var doc = `{
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -2615,6 +2616,7 @@ var doc = `{
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -2688,6 +2690,7 @@ var doc = `{
},
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -2746,6 +2749,7 @@ var doc = `{
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -2784,6 +2788,7 @@ var doc = `{
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -2842,6 +2847,7 @@ var doc = `{
},
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -2891,6 +2897,7 @@ var doc = `{
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -2936,6 +2943,7 @@ var doc = `{
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -2989,6 +2997,7 @@ var doc = `{
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -3055,6 +3064,7 @@ var doc = `{
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -3106,6 +3116,7 @@ var doc = `{
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -3144,6 +3155,7 @@ var doc = `{
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -3193,6 +3205,7 @@ var doc = `{
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -3565,6 +3578,7 @@ var doc = `{
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -3631,6 +3645,7 @@ var doc = `{
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -3682,6 +3697,7 @@ var doc = `{
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -3720,6 +3736,7 @@ var doc = `{
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -3769,6 +3786,7 @@ var doc = `{
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -3814,6 +3832,7 @@ var doc = `{
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -3880,6 +3899,7 @@ var doc = `{
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -3931,6 +3951,7 @@ var doc = `{
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -3969,6 +3990,7 @@ var doc = `{
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -4018,6 +4040,7 @@ var doc = `{
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -4063,6 +4086,7 @@ var doc = `{
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -4116,6 +4140,7 @@ var doc = `{
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down
25 changes: 25 additions & 0 deletions src/api/rest/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2406,6 +2406,7 @@
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -2601,6 +2602,7 @@
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -2674,6 +2676,7 @@
},
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -2732,6 +2735,7 @@
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -2770,6 +2774,7 @@
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -2828,6 +2833,7 @@
},
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -2877,6 +2883,7 @@
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -2922,6 +2929,7 @@
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -2975,6 +2983,7 @@
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -3041,6 +3050,7 @@
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -3092,6 +3102,7 @@
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -3130,6 +3141,7 @@
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -3179,6 +3191,7 @@
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -3551,6 +3564,7 @@
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -3617,6 +3631,7 @@
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -3668,6 +3683,7 @@
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -3706,6 +3722,7 @@
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -3755,6 +3772,7 @@
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -3800,6 +3818,7 @@
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -3866,6 +3885,7 @@
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -3917,6 +3937,7 @@
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -3955,6 +3976,7 @@
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -4004,6 +4026,7 @@
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -4049,6 +4072,7 @@
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down Expand Up @@ -4102,6 +4126,7 @@
"parameters": [
{
"type": "string",
"default": "ns01",
"description": "Namespace ID",
"name": "nsId",
"in": "path",
Expand Down
Loading

0 comments on commit 10decbf

Please sign in to comment.