bruno/memori-backend/ImportExport/Imports a dictionary to a Memori object.bru

26 lines
341 B
Plaintext
Raw Permalink Normal View History

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