Create a new branch from a project
POST/nevisadmin/api/v1/projects/branch-import
Required permission: CREATE_PROJECT on the tenant, or global scope
Creates a new branch in the version control repository and checks out the project in the new branch into nevisAdmin 4.
Request
Responses
- 202
- 400
- 403
- 404
- 409
- 500
Import started
Missing or invalid request body
Insufficient permissions.
Tenant not found
Project key or branch already exists, or the origin repository is empty.
Error during import, e.g. SCM interaction error.