41 lines
724 B
Plaintext
41 lines
724 B
Plaintext
meta {
|
|
name: Starts an Import process for memories from a TXT file.
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/api/v2/ImportExport/ImportTXT/:strToken/:strMemoriID
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
strToken:
|
|
strMemoriID:
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"txtSpecs": {
|
|
"granularity": "",
|
|
"questionsGenerationInstructions": "",
|
|
"attachSource": "",
|
|
"sourceAttachmentTitle": ""
|
|
},
|
|
"conclusive": "",
|
|
"notPickable": "",
|
|
"contextVarsToSet": {},
|
|
"contextVarsToMatch": {},
|
|
"memoryTags": [],
|
|
"receiverID": "",
|
|
"addMediaLink": "",
|
|
"linkTitleHandling": "",
|
|
"linkTitle": "",
|
|
"rows": [],
|
|
"importName": "",
|
|
"forceImport": "",
|
|
"notes": ""
|
|
}
|
|
}
|