Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit073bed6

Browse files
committed
Use integer type instead of number, for consistency
1 parentc9096cb commit073bed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎content/v3/repos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Name | Type | Description
124124
`has_issues`|`boolean` | Either`true` to enable issues for this repository,`false` to disable them. Default:`true`
125125
`has_wiki`|`boolean` | Either`true` to enable the wiki for this repository,`false` to disable it. Default:`true`
126126
`has_downloads`|`boolean` | Either`true` to enable downloads for this repository,`false` to disable them. Default:`true`
127-
`team_id`|`number` | The id of the team that will be granted access to this repository. This is only valid when creating a repository in an organization.
127+
`team_id`|`integer` | The id of the team that will be granted access to this repository. This is only valid when creating a repository in an organization.
128128
`auto_init`|`boolean` | Pass`true` to create an initial commit with empty README. Default:`false`
129129
`gitignore_template`|`string` | Desired language or platform[.gitignore template](https://github.com/github/gitignore) to apply. Use the name of the template without the extension. For example, "Haskell".
130130
`license_template`|`string` | Desired[LICENSE template](https://github.com/github/choosealicense.com) to apply. Use the[name of the template](https://github.com/github/choosealicense.com/tree/gh-pages/_licenses) without the extension. For example, "mit" or "mozilla".

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp