bruno/memori-backend/ImportExport/Starts an Import process for functions and intents from a jsonl file.bru

26 lines
376 B
Plaintext
Raw Normal View History

2025-03-26 15:08:31 +01:00
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": ""
}
}