Install repository
Install a repository in your site
POST api/servers/{server}/sites/{site}/repository
Parameters
Parameter | Type | Status | Description |
---|---|---|---|
provider | string | required | Maximum: 100 Must be: "bitbucket", "github", "gitlab", or "custom" |
branch | string | required | |
name | string | required | Must be either: 'username/repository' or a custom GIT url ending with .git |
Example request:
Example response: