Creates a new repository for the authenticated user. 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 | Whether the repository is initialized with a minimal README. |
| Description | A short description of the repository. |
| Gitignore Template | The desired language or platform to apply to the .gitignore. |
| License Template | The license keyword of the open source license for this repository. |
| New Repo Name | The name of the repository. |
Advanced Parameters
| Parameter | Description |
|---|---|
| Private | Whether the repository is private. |