bruno/memori-backend/ImportExport/Exports contents of a Memori object to a CSV file-.bru
2024-07-16 11:15:30 +03:00

24 lines
320 B
Plaintext

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