Skip to content

Commit

Permalink
Merge pull request #1668 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 Jul 12, 2024
2 parents 37ca593 + 8ba9387 commit 3222aeb
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/api/rest/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -9616,6 +9616,9 @@ const docTemplate = `{
"id": {
"type": "string"
},
"infraType": {
"type": "string"
},
"maxTotalStorageTiB": {
"$ref": "#/definitions/mcir.Range"
},
Expand Down Expand Up @@ -10220,6 +10223,10 @@ const docTemplate = `{
"id": {
"type": "string"
},
"infraType": {
"description": "vm|k8s|kubernetes|container, etc.",
"type": "string"
},
"isAutoGenerated": {
"type": "boolean"
},
Expand Down Expand Up @@ -10423,6 +10430,10 @@ const docTemplate = `{
"id": {
"type": "string"
},
"infraType": {
"description": "vm|k8s|kubernetes|container, etc.",
"type": "string"
},
"isAutoGenerated": {
"type": "boolean"
},
Expand Down
11 changes: 11 additions & 0 deletions src/api/rest/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -9609,6 +9609,9 @@
"id": {
"type": "string"
},
"infraType": {
"type": "string"
},
"maxTotalStorageTiB": {
"$ref": "#/definitions/mcir.Range"
},
Expand Down Expand Up @@ -10213,6 +10216,10 @@
"id": {
"type": "string"
},
"infraType": {
"description": "vm|k8s|kubernetes|container, etc.",
"type": "string"
},
"isAutoGenerated": {
"type": "boolean"
},
Expand Down Expand Up @@ -10416,6 +10423,10 @@
"id": {
"type": "string"
},
"infraType": {
"description": "vm|k8s|kubernetes|container, etc.",
"type": "string"
},
"isAutoGenerated": {
"type": "boolean"
},
Expand Down
8 changes: 8 additions & 0 deletions src/api/rest/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,8 @@ definitions:
type: string
id:
type: string
infraType:
type: string
maxTotalStorageTiB:
$ref: '#/definitions/mcir.Range'
memoryGiB:
Expand Down Expand Up @@ -869,6 +871,9 @@ definitions:
type: string
id:
type: string
infraType:
description: vm|k8s|kubernetes|container, etc.
type: string
isAutoGenerated:
type: boolean
keyValueList:
Expand Down Expand Up @@ -1009,6 +1014,9 @@ definitions:
type: string
id:
type: string
infraType:
description: vm|k8s|kubernetes|container, etc.
type: string
isAutoGenerated:
type: boolean
maxTotalStorageTiB:
Expand Down

0 comments on commit 3222aeb

Please sign in to comment.