SourceCommit 리포지토리의 브랜치 목록을 조회합니다.
요청
API URL
GET {SOURCEBUILD_API_URL}/sourcecommit/repository/{repositoryName}/branch
요청 Parameter
항목 | 타입 | 설명 | 비고 |
---|---|---|---|
repositoryName | string | repositoryList API로 조회 |
요청 Query
없음
요청 Body
없음
응답
응답 Body
{
"default": "string",
"branch": ["string"]
}
항목 | Type | 설명 | 비고 |
---|---|---|---|
default | string | 디폴트 브랜치 이름 | |
branch | string[] | 브랜치 이름 리스트 |