Default Branch Settings
- Print
- PDF
Default Branch Settings
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
Changes repository settings.
Request
API URL
PATCH {SOURCECOMMIT_API_URL}/repository/{repositoryName}
Request parameter
Item | Type | Description | Remarks |
---|---|---|---|
repositoryName | string | Repository name | Searches with repositoryList API. |
Request query
None
Request body
{
"description": "string",
"linked": {
"FileSafer": "boolean"
}
}
Item | Requirement status | Type | Default | Description | Remarks |
---|---|---|---|---|---|
description | N | string | "" | Repository description | |
linked.FileSafer | N | boolean | false | File Safer linkage status |
Response
Response body
true
Was this article helpful?