리포지토리 설정 변경

Prev Next

리포지토리 설정을 수정합니다.

요청

API URL

PATCH  {SOURCECOMMIT_API_URL}/repository/{repositoryName}

요청 Parameter

항목 타입 설명 비고
repositoryName string 리포지토리 이름 repositoryList API 로 조회

요청 Query

없음

요청 Body

{
    "description": "string",
    "linked": {
        "FileSafer": "boolean"
    }
}
항목 필수여부 타입 Default 설명 비고
description N string "" 리포지토리 설명
linked.FileSafer N boolean false 파일 세이퍼 연동 여부

응답

응답 Body

{
    "result": "boolean"
}