26 lines
376 B
Plaintext
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": ""
|
||
|
|
}
|
||
|
|
}
|