Sync changes from upstream repository · JavaLeaks/developer.github.com@de50c80 · GitHub
Skip to content

Commit de50c80

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent b9f7e6c commit de50c80

3 files changed

Lines changed: 14 additions & 6 deletions

File tree

content/v3/git/trees.md

Lines changed: 11 additions & 2 deletions

content/v3/repos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Name | Type | Description
113113
`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.
114114
`auto_init`|`boolean` | Pass `true` to create an initial commit with empty README. Default: `false`
115115
`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".
116-
`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".
116+
`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".
117117

118118
#### Example
119119

@@ -139,7 +139,7 @@ Name | Type | Description
139139
By owner and repository name:
140140

141141
GET /repos/:owner/:repo
142-
142+
143143
By repository id:
144144

145145
GET /repositories/:id

lib/resources.rb

Lines changed: 1 addition & 2 deletions

0 commit comments

Comments
 (0)