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