Closed
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/rest/repos/repos#create-a-repository-using-a-template
What part(s) of the article would you like to see updated?
Currently, the docs say:
The authenticated user must own or be a member of an organization that owns the repository.
Ideally, docs would say, e.g.:
Either the repository must be public or the authenticated user must own or be a member of an organization that owns the repository.
Additional information
Confirmed with curl
that a repo can indeed be created from a public template repository, even when authenticated user does not own that repository or its parent organization.