Creates a new repository in the specified organization. The authenticated user must be a member of the organization. OAuth scope requirements When using OAuth, authorizations must include:Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
public_reposcope orreposcope to create a public repository. Note: For GitHub AE, usereposcope to create an internal repository.reposcope to create a private repository.
External DocumentationTo learn more, visit the GitHub documentation.
Basic Parameters
| Parameter | Description |
|---|---|
| Auto Init | Pass true to create an initial commit with empty README. |
| Description | A short description of the repository. |
| Gitignore Template | Desired language or platform .gitignore template to apply. Use the name of the template without the extension. For example, "Haskell". |
| License Template | Choose an open source license template that best suits your needs, and then use the license keyword as the license_template string. For example, "mit" or "mpl-2.0". |
| New Repo Name | The name of the repository. |
| Org | The organization name. The name is not case sensitive. |
Advanced Parameters
| Parameter | Description |
|---|---|
| Private | Whether the repository is private. |