panelica_git_post_v1_git_repositories_id_environments
Create an environment for a Git repository by providing its ID. Use it to add staging, testing, or production environments to manage deployments.
Instructions
Create environment
HTTP: POST /v1/git/repositories/:id/environments Category: Git Required scopes: git:write Mutating: changes server state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Path parameter: id | |
| body | No | Request body (application/json). Schema not statically declared — see API docs. |