Create repository
- Print
- PDF
Create repository
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
Create a repository.
Request
API URL
POST {SOURCECOMMIT_API_URL}/repository
Request parameters
None
Request query
None
Request body
{
"name": "string",
"description": "string",
"linked": {
"FileSafer": "boolean",
"ObjectStorage": "boolean"
}
}
Category | Required | Type | Default | Description | Remarks |
---|---|---|---|---|---|
name | Y | string | Repository name | Maximum of 100 characters | |
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?