bruno/memori-backend/ImportExport/Exports functions, intents and intentSlots of a Memori object to a JSONL file.bru

29 lines
479 B
Plaintext
Raw Normal View History

2025-03-26 15:08:31 +01:00
meta {
name: Exports functions, intents and intentSlots of a Memori object to a JSONL file
type: http
seq: 6
}
post {
url: {{baseUrl}}/api/v2/ImportExport/ExportFunctionsIntents/:strToken/:strMemoriID
body: json
auth: none
}
params:path {
strToken:
strMemoriID:
}
body:json {
{
"exportFunctions": "",
"exportIntents": "",
"exportIntentSlots": "",
"functionsIds": [],
"intentsIds": [],
"intentSlotsIds": [],
"password": ""
}
}