Change repository settings
- Print
- PDF
Change repository 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 parameters
Category | Type | Description | Remarks |
---|---|---|---|
repositoryName | string | Repository name | Get with repositoryList API |
Request query
None
Request body
{
"description": "string",
"linked": {
"FileSafer": "boolean",
"ObjectStorage": "boolean"
}
}
Category | Required | Type | Default | Description | Remarks |
---|---|---|---|---|---|
description | N | string | "" | Repository description | |
linked.FileSafer | N | boolean | false | File Safer integration status | |
linked.ObjectStorage | N | boolean | false | Object Storage integration status |
Response
Response body
true
Was this article helpful?