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_idRequiredstringRepository ID
"uuid"Query Parameters
branchRequiredstringGit branch name (optional, defaults to repository default branch)
Response Body
Dev server configuration deleted successfully
Configure GitHub sync for repository POST
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
Get the dev server configuration for a repository and branch.