提交 32de234e 编写于 作者: E edisonxiang

change project.owner type

上级 008abf9d
......@@ -14345,7 +14345,7 @@ definitions:
name:
type: "string"
owner:
type: "string"
$ref: "#/definitions/UserBasic"
description:
type: "string"
private:
......@@ -15215,7 +15215,7 @@ definitions:
name:
type: "string"
owner:
type: "string"
$ref: "#/definitions/UserBasic"
description:
type: "string"
private:
......
......@@ -10,7 +10,7 @@ Name | Type | Description | Notes
**Namespace** | [***interface{}**](interface{}.md) | | [optional] [default to null]
**Path** | **string** | | [optional] [default to null]
**Name** | **string** | | [optional] [default to null]
**Owner** | **string** | | [optional] [default to null]
**Owner** | [***UserBasic**](UserBasic.md) | | [optional] [default to null]
**Description** | **string** | | [optional] [default to null]
**Private** | **string** | | [optional] [default to null]
**Public** | **string** | | [optional] [default to null]
......
......@@ -10,7 +10,7 @@ Name | Type | Description | Notes
**Namespace** | [***interface{}**](interface{}.md) | | [optional] [default to null]
**Path** | **string** | | [optional] [default to null]
**Name** | **string** | | [optional] [default to null]
**Owner** | **string** | | [optional] [default to null]
**Owner** | [***UserBasic**](UserBasic.md) | | [optional] [default to null]
**Description** | **string** | | [optional] [default to null]
**Private** | **string** | | [optional] [default to null]
**Public** | **string** | | [optional] [default to null]
......
......@@ -18,7 +18,7 @@ type Project struct {
Namespace *interface{} `json:"namespace,omitempty"`
Path string `json:"path,omitempty"`
Name string `json:"name,omitempty"`
Owner string `json:"owner,omitempty"`
Owner *UserBasic `json:"owner,omitempty"`
Description string `json:"description,omitempty"`
Private string `json:"private,omitempty"`
Public string `json:"public,omitempty"`
......
......@@ -17,7 +17,7 @@ type ProjectBasic struct {
Namespace *interface{} `json:"namespace,omitempty"`
Path string `json:"path,omitempty"`
Name string `json:"name,omitempty"`
Owner string `json:"owner,omitempty"`
Owner *UserBasic `json:"owner,omitempty"`
Description string `json:"description,omitempty"`
Private string `json:"private,omitempty"`
Public string `json:"public,omitempty"`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册