26 lines
341 B
Plaintext
26 lines
341 B
Plaintext
|
|
meta {
|
||
|
|
name: Imports a dictionary to a Memori object.
|
||
|
|
type: http
|
||
|
|
seq: 7
|
||
|
|
}
|
||
|
|
|
||
|
|
post {
|
||
|
|
url: {{baseUrl}}/api/v2/ImportExport/ImportDictionary/:strToken/:strMemoriID
|
||
|
|
body: json
|
||
|
|
auth: none
|
||
|
|
}
|
||
|
|
|
||
|
|
params:path {
|
||
|
|
strToken:
|
||
|
|
strMemoriID:
|
||
|
|
}
|
||
|
|
|
||
|
|
body:json {
|
||
|
|
{
|
||
|
|
"rows": [],
|
||
|
|
"importName": "",
|
||
|
|
"forceImport": "",
|
||
|
|
"notes": ""
|
||
|
|
}
|
||
|
|
}
|