bruno/memori-backend/ImportExport/Starts an Import process for memories from a TXT file.bru
2025-03-26 16:08:31 +02:00

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": ""
}
}