Branches
This endpoint is used for the creation and deletion of branches.
Available actions
Create Branch
Delete Branch
Example - Creating a Branch
Note this request uses POST
to inform the API that a branch is being created
Where;
BRANCH_NAME
is the name of the target branch to download tests from.
Expected Response
Example - Deleting a Branch
Note this request uses DELETE
to inform the API that a branch is being deleted
Where;
BRANCH_NAME
is the name of the target branch to download tests from.
Expected Response
Last updated