bruno/memori-engine/Memories/Adds a new Memory object.bru
2025-03-26 16:08:31 +02:00

75 lines
1.4 KiB
Plaintext

meta {
name: Adds a new Memory object.
type: http
seq: 8
}
post {
url: {{baseUrl}}/memori/v2/Memory/:strSessionID
body: json
auth: none
}
params:path {
strSessionID:
}
body:json {
{
"memoryID": "",
"memoryType": "",
"lastRead": "",
"readOccurrences": "",
"receiverID": "",
"receiverTag": "",
"receiverName": "",
"media": [
{
"mediumID": "",
"url": "",
"content": "",
"mimeType": "",
"title": "",
"properties": {},
"creationTimestamp": "",
"creationSessionID": "",
"lastChangeTimestamp": "",
"lastChangeSessionID": ""
}
],
"title": "",
"titleVariants": [],
"answers": [
{
"text": "",
"preformatted": "",
"creationTimestamp": "",
"creationSessionID": "",
"lastChangeTimestamp": "",
"lastChangeSessionID": ""
}
],
"date": "",
"dateUncertaintyDays": "",
"placeName": "",
"placeLatitude": "",
"placeLongitude": "",
"placeUncertaintyKm": "",
"conclusive": "",
"notPickable": "",
"help": "",
"hints": [],
"minTimeout": "",
"maxTimeout": "",
"contextVarsToSet": {},
"contextVarsToMatch": {},
"dcmOutcomeType": "",
"dcmOutcomeCode": "",
"tags": [],
"creationTimestamp": "",
"creationSessionID": "",
"lastChangeTimestamp": "",
"lastChangeSessionID": ""
}
}