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",
"endpointId": "string"
},
"createdAt": "string",
"createdBy": "string",
"description": "string",
"id": "string",
"lastUpdatedAt": "string",
"lastUpdatedBy": "string",
"name": "string",
"orgId": "string",
"projectId": "string",
"projectIds": [
"string"
],
"syncEnabled": false,
"type": "string",
"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
projectIds
Is Sync Enabled
type
Content Source type
Created content source
{
"config": {
"contentType": "string",
"integrationId": "string",
"repository": "string",
"branch": "string",
"path": "string",
"endpointId": "string"
},
"createdAt": "string",
"createdBy": "string",
"description": "string",
"id": "string",
"lastUpdatedAt": "string",
"lastUpdatedBy": "string",
"name": "string",
"orgId": "string",
"projectId": "string",
"projectIds": [
"string"
],
"syncEnabled": false,
"type": "string",
"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
projectIds
Is Sync Enabled
type
Content Source type
Invalid request data
Invalid project id or integration id