43 lines
819 B
Plaintext
43 lines
819 B
Plaintext
|
|
meta {
|
||
|
|
name: Starts an Import process for memories from a CSV file-
|
||
|
|
type: http
|
||
|
|
seq: 1
|
||
|
|
}
|
||
|
|
|
||
|
|
post {
|
||
|
|
url: https://backend.memori.ai/api/v2/ImportExport/ImportCSV/{strToken}/{strMemoriID}
|
||
|
|
body: json
|
||
|
|
auth: none
|
||
|
|
}
|
||
|
|
|
||
|
|
params:path {
|
||
|
|
strToken:
|
||
|
|
strMemoriID:
|
||
|
|
}
|
||
|
|
|
||
|
|
body:json {
|
||
|
|
{
|
||
|
|
"csvSpecs": {
|
||
|
|
"newLine": "",
|
||
|
|
"hasHeaders": "",
|
||
|
|
"headerNames": [],
|
||
|
|
"questionColumnName": "",
|
||
|
|
"answerColumnName": "",
|
||
|
|
"contextVarsToMatchColumnName": "",
|
||
|
|
"contextVarsToSetColumnName": "",
|
||
|
|
"csvSeparator": "",
|
||
|
|
"questionTitleVariantsSeparator": ""
|
||
|
|
},
|
||
|
|
"rows": [],
|
||
|
|
"importName": "",
|
||
|
|
"forceImport": "",
|
||
|
|
"conclusive": "",
|
||
|
|
"notPickable": "",
|
||
|
|
"contextVarsToSet": {},
|
||
|
|
"contextVarsToMatch": {},
|
||
|
|
"receiverID": "",
|
||
|
|
"addMediaLink": "",
|
||
|
|
"notes": ""
|
||
|
|
}
|
||
|
|
}
|