Appearance
Create manual data source
POST
/api/v1/projects/{project_id}/sources/manual
Creates an empty manual-entry data source for the specified project, ready to have content items added to it individually.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
project_id*
Type
Requiredstring
Format
"uuid"Request Body
application/x-www-form-urlencoded
name
string
Default
"Manual Entry"Responses
Successful Response
application/json
{
"id": "string",
"project_id": "string",
"type": "string",
"name": "string",
"config": {
},
"status": "string",
"item_count": 0,
"last_synced_at": "string",
"error_message": "string",
"created_at": "string"
}