bruno/memori-backend/ImportExport/Exports contents of a Memori object to a CSV file-.bru

24 lines
320 B
Plaintext
Raw Normal View History

2024-07-16 10:15:30 +02:00
meta {
name: Exports contents of a Memori object to a CSV file-
type: http
seq: 3
}
post {
url: https://backend.memori.ai/api/v2/ImportExport/ExportCSV/{strToken}/{strMemoriID}
body: json
auth: none
}
params:path {
strToken:
strMemoriID:
}
body:json {
{
"csvSpecs": "",
"password": ""
}
}