bruno/memori-backend/ImportExport/Exports the dictionary of a Memori object to a JSONL file.bru
2025-03-26 16:08:31 +02:00

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": ""
}
}