Skip to content

Commit

Permalink
Merge pull request #1074 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 Apr 28, 2022
2 parents b740373 + 8d63f76 commit 60c7e54
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/api/rest/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -6131,6 +6131,12 @@ const docTemplate = `{
"$ref": "#/definitions/mcis.resourceOnCspOrSpider"
}
},
"resourcesOnCspOnly": {
"type": "array",
"items": {
"$ref": "#/definitions/mcis.resourceOnCspOrSpider"
}
},
"resourcesOnSpider": {
"type": "array",
"items": {
Expand Down
6 changes: 6 additions & 0 deletions src/api/rest/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -6123,6 +6123,12 @@
"$ref": "#/definitions/mcis.resourceOnCspOrSpider"
}
},
"resourcesOnCspOnly": {
"type": "array",
"items": {
"$ref": "#/definitions/mcis.resourceOnCspOrSpider"
}
},
"resourcesOnSpider": {
"type": "array",
"items": {
Expand Down
4 changes: 4 additions & 0 deletions src/api/rest/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,10 @@ definitions:
items:
$ref: '#/definitions/mcis.resourceOnCspOrSpider'
type: array
resourcesOnCspOnly:
items:
$ref: '#/definitions/mcis.resourceOnCspOrSpider'
type: array
resourcesOnSpider:
items:
$ref: '#/definitions/mcis.resourceOnCspOrSpider'
Expand Down

0 comments on commit 60c7e54

Please sign in to comment.