bruno/memori-backend/ImportExport/Imports a dictionary to a Memori object.bru
2025-03-26 16:08:31 +02:00

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