Create a git connection
Create a connection between a git provider and a repository
POST
Create a connection between a git provider and a specific repository. The connection can then be referenced by projects for automated deployments.
Path parameters
namespace type: string (required)
The namespace (user or organization) to create the git connection in.
Body parameters
provider_id type: string (required)
The git provider ID to use for authentication (e.g., `gp_3a4b5c6d`).
repo_owner type: string (required)
The repository owner or organization (e.g., `acme`).
repo_name type: string (required)
The repository name (e.g., `inference-engine`).