未验证 提交 ca1a4981 编写于 作者: S soulseen

fix devops api typo

Signed-off-by: Nsoulseen <sunzhu@yunify.com>
上级 6c7f4519
......@@ -24,7 +24,7 @@ type DevOpsProjectMembership struct {
Username string `json:"username" description:"Member's username,username can uniquely identify a user"`
ProjectId string `json:"project_id" db:"project_id" description:"the DevOps Projects which project membership belongs to"`
Role string `json:"role" description:"DevOps Project membership's role type. e.g. owner '"`
Status string `json:"status" description:"Desperated, Status of project membership. e.g. active "`
Status string `json:"status" description:"Deprecated, Status of project membership. e.g. active "`
GrantBy string `json:"grand_by,omitempty" description:"Username of the user who assigned the role"`
}
......
......@@ -49,7 +49,7 @@ type DevOpsProject struct {
Status string `json:"status" description:"DevOps project's status. e.g. active"`
Visibility string `json:"visibility,omitempty" description:"Desperated Field"`
Visibility string `json:"visibility,omitempty" description:"Deprecated Field"`
Extra string `json:"extra,omitempty" description:"Internal Use"`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册