bruno/memori-engine/Search/Picks up to 20 Memory Hint objects.bru

39 lines
641 B
Plaintext
Raw Normal View History

2024-07-16 10:15:30 +02:00
meta {
2025-03-26 15:08:31 +01:00
name: Picks up to 20 Memory Hint objects.
2024-07-16 10:15:30 +02:00
type: http
2025-03-26 15:08:31 +01:00
seq: 4
2024-07-16 10:15:30 +02:00
}
post {
2025-03-26 15:08:31 +01:00
url: {{baseUrl}}/memori/v2/Hints/:strSessionID
2024-07-16 10:15:30 +02:00
body: json
auth: none
}
params:path {
2025-03-26 15:08:31 +01:00
strSessionID:
2024-07-16 10:15:30 +02:00
}
body:json {
{
"text": "",
"searchType": "",
"date": "",
"dateUncertaintyDays": "",
"placeName": "",
"placeLatitude": "",
"placeLongitude": "",
"placeUncertaintyKm": "",
"tag": "",
"ignoreLastRead": "",
"excludedMemoryIDs": [],
"contextVars": {},
"contextVarsToSet": {},
"memoryTags": [],
"numberOfResults": "",
2025-03-26 15:08:31 +01:00
"startFrom": "",
"memoryType": "",
"withMediaOnly": ""
2024-07-16 10:15:30 +02:00
}
}