Skip to content

Commit

Permalink
Merge pull request #1296 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 Feb 21, 2023
2 parents 888598d + ac9273c commit 637e789
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/api/rest/docs/docs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/api/rest/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -7873,6 +7873,11 @@
"description": "SystemLabel is for describing the MCIR in a keyword (any string can be used) for special System purpose",
"type": "string",
"example": "Managed by CB-Tumblebug"
},
"systemMessage": {
"description": "Latest system message such as error message",
"type": "string",
"example": "Failed because ..."
}
}
},
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 @@ -558,6 +558,10 @@ definitions:
can be used) for special System purpose
example: Managed by CB-Tumblebug
type: string
systemMessage:
description: Latest system message such as error message
example: Failed because ...
type: string
type: object
mcir.TbDataDiskReq:
properties:
Expand Down

0 comments on commit 637e789

Please sign in to comment.