API Reference/Git
Create a Git identity
Create a Git identity. This identity will be used to authenticate with the Git server.
POST
/git/v1/identity
Response Body
200
Identity created successfully
id
RequiredstringFormat:
"uuid"
managed
Requiredboolean500
Internal server error
message
RequiredstringIdentity created successfully
Create a git trigger POST
Create a git trigger for the given repository.
Create a repository POST
Create a repository. Once the repository is created, it will also be created on the Git server. The repository name must be unique within your account. Once created, you can then push your code to this repository. The repo will be available at `git.freestyle.sh/{repo-id}`