Create Content Source Using POST
Returns the new content source
The version of the API in yyyy-MM-dd format (UTC). For versioning information, please refer to /content/api/about
source
{
"config": {
"contentType": "string",
"integrationId": "string",
"repository": "string",
"branch": "string",
"path": "string"
},
"createdAt": "string",
"createdBy": "string",
"description": "string",
"id": "string",
"lastUpdatedAt": "string",
"lastUpdatedBy": "string",
"name": "string",
"orgId": "string",
"projectId": "string",
"syncEnabled": false,
"typeId": "string"
}
Source custom configuration
Creation time
Created By
Content Source description
Content Source id
Update time
Updated By
Content Source name
Associated org
Associated projects
Is Sync Enabled
Sync related properties
Content Source type
Created content source
{
"config": {
"contentType": "string",
"integrationId": "string",
"repository": "string",
"branch": "string",
"path": "string"
},
"createdAt": "string",
"createdBy": "string",
"description": "string",
"id": "string",
"lastUpdatedAt": "string",
"lastUpdatedBy": "string",
"name": "string",
"orgId": "string",
"projectId": "string",
"syncEnabled": false,
"typeId": "string"
}
Source custom configuration
Creation time
Created By
Content Source description
Content Source id
Update time
Updated By
Content Source name
Associated org
Associated projects
Is Sync Enabled
Sync related properties
Content Source type
Invalid request data
Invalid project id or integration id