change DueOn in Milestone

上级 93c367be
...@@ -13776,7 +13776,6 @@ definitions: ...@@ -13776,7 +13776,6 @@ definitions:
format: "int32" format: "int32"
due_on: due_on:
type: "string" type: "string"
format: "date-time"
description: "更新仓库里程碑" description: "更新仓库里程碑"
example: example:
number: 5 number: 5
......
...@@ -14,7 +14,7 @@ Name | Type | Description | Notes ...@@ -14,7 +14,7 @@ Name | Type | Description | Notes
**CreatedAt** | [**time.Time**](time.Time.md) | | [optional] [default to null] **CreatedAt** | [**time.Time**](time.Time.md) | | [optional] [default to null]
**OpenIssues** | **int32** | | [optional] [default to null] **OpenIssues** | **int32** | | [optional] [default to null]
**ClosedIssues** | **int32** | | [optional] [default to null] **ClosedIssues** | **int32** | | [optional] [default to null]
**DueOn** | [**time.Time**](time.Time.md) | | [optional] [default to null] **DueOn** | **string** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
......
...@@ -26,5 +26,5 @@ type Milestone struct { ...@@ -26,5 +26,5 @@ type Milestone struct {
CreatedAt time.Time `json:"created_at,omitempty"` CreatedAt time.Time `json:"created_at,omitempty"`
OpenIssues int32 `json:"open_issues,omitempty"` OpenIssues int32 `json:"open_issues,omitempty"`
ClosedIssues int32 `json:"closed_issues,omitempty"` ClosedIssues int32 `json:"closed_issues,omitempty"`
DueOn time.Time `json:"due_on,omitempty"` DueOn string `json:"due_on,omitempty"`
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册