26 lines
351 B
Plaintext
26 lines
351 B
Plaintext
meta {
|
|
name: Exports the dictionary of a Memori object to a JSONL file.
|
|
type: http
|
|
seq: 8
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/api/v2/ImportExport/ExportDictionary/:strToken/:strMemoriID
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
strToken:
|
|
strMemoriID:
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"dictionarySpecs": {
|
|
"words": []
|
|
},
|
|
"password": ""
|
|
}
|
|
}
|