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

26 lines
376 B
Plaintext

meta {
name: Starts an Import process for functions and intents from a jsonl file.
type: http
seq: 3
}
post {
url: {{baseUrl}}/api/v2/ImportExport/ImportFunctionsIntents/:strToken/:strMemoriID
body: json
auth: none
}
params:path {
strToken:
strMemoriID:
}
body:json {
{
"rows": [],
"importName": "",
"forceImport": "",
"notes": ""
}
}