RepoPatchParam.md 1.1 KB
Newer Older
1 2 3 4 5 6 7 8 9
# RepoPatchParam

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AccessToken** | **string** | 用户授权码 | [optional] [default to null]
**Name** | **string** | 仓库名称 | [optional] [default to null]
**Description** | **string** | 仓库描述 | [optional] [default to null]
**Homepage** | **string** | 主页(eg: https://gitee.com) | [optional] [default to null]
10 11
**HasIssues** | **string** | 允许提Issue与否。默认: 允许(true) | [optional] [default to null]
**HasWiki** | **string** | 提供Wiki与否。默认: 提供(true) | [optional] [default to null]
12
**CanComment** | **string** | 允许用户对仓库进行评论 | [optional] [default to null]
13
**Private** | **string** | 仓库公开或私有。 | [optional] [default to null]
I
imjoey 已提交
14
**Path** | **string** | 更新仓库路径 | [optional] [default to null]
15 16 17 18 19
**DefaultBranch** | **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)