Create Content Source
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
Show optional properties
{
"id": "string",
"name": "string",
"typeId": "string",
"projectId": "string"
}
{
"id": "string",
"name": "string",
"description": "string",
"typeId": "string",
"createdAt": "string",
"createdBy": "string",
"lastUpdatedAt": "string",
"lastUpdatedBy": "string",
"projectId": "string",
"config": {},
"orgId": "string",
"syncEnabled": false
}
Content Source id
Content Source name
Content Source description
Content Source type
Creation time
Created By
Update time
Updated By
Associated projects
config
Associated org
Is Sync Enabled
Created content source
"ContentSource Object"
Content Source id
Content Source name
Content Source description
Content Source type
Creation time
Created By
Update time
Updated By
Associated projects
config
Associated org
Is Sync Enabled
Invalid request data
"ContentSource Object"
Content Source id
Content Source name
Content Source description
Content Source type
Creation time
Created By
Update time
Updated By
Associated projects
config
Associated org
Is Sync Enabled
Invalid project id or integration id
"ContentSource Object"
Content Source id
Content Source name
Content Source description
Content Source type
Creation time
Created By
Update time
Updated By
Associated projects
config
Associated org
Is Sync Enabled
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"id:"string","name:"string","projectId:"string","typeId:"string"}' https://{api_host}/content/api/sources