-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add comments for required params for register #1020
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ import ( | |
// @Accept json | ||
// @Produce json | ||
// @Param nsId path string true "Namespace ID" default(ns01) | ||
// @Param option query string false "Option" Enums(register) | ||
// @Param option query string false "Option: [required params for register] connectionName, name, cspVNetId" Enums(register) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
즉, 상황 별
훔.. 이를 잘 표현할 수 있는 좋은 방법이 있을까요? 😊 (SG, SSH Key 에 대해서도 동일 이슈 존재) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @jihoon-seo 해당 기능은 CB-TB 내부적으로는 활용하고 |
||
// @Param vNetReq body mcir.TbVNetReq true "Details for an VNet object" | ||
// @Success 200 {object} mcir.TbVNetInfo | ||
// @Failure 404 {object} common.SimpleMsg | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cloud-barista/cb-spider#560 에서 어떻게 결정되는지에 따라서,
추후 이 라인에도 변경이 필요할 수도 있겠습니다. 😊