API ReferenceGit
Delete dev server configuration
Delete the dev server configuration for a repository and branch. If no branch is specified, deletes configuration for the default branch.
Path Parameters
repo_id*string
Repository ID
Format
uuidQuery Parameters
branch*string
Git branch name (optional, defaults to repository default branch)
Response Body
curl -X DELETE "https://api.freestyle.sh/git/v1/repo/497f6eca-6276-4993-bfeb-53cbbbba6f08/dev-server-configuration?branch=string"Empty
Empty
Empty
Configure GitHub sync for repository
Configure GitHub synchronization for an existing Freestyle repository. This links your Freestyle repository to a GitHub repository for automatic syncing. Requires the GitHub repository name in 'owner/repo' format.
Get dev server configuration
Get the dev server configuration for a repository and branch.