Skip to content

Commit

Permalink
Update Swagger REST API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
seokho-son authored and web-flow committed Feb 21, 2023
1 parent 888598d commit ac9273c
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 ac9273c

Please sign in to comment.