bruno/memori-backend/ImportExport/Exports the dictionary of a Memori object to a JSONL file.bru

26 lines
351 B
Plaintext
Raw Permalink Normal View History

2025-03-26 15:08:31 +01:00
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": ""
}
}