bruno/memori-engine/Memories/Adds a new Memory object.bru

75 lines
1.4 KiB
Plaintext
Raw Permalink Normal View History

2024-07-16 10:15:30 +02:00
meta {
2025-03-26 15:08:31 +01:00
name: Adds a new Memory object.
2024-07-16 10:15:30 +02:00
type: http
seq: 8
}
post {
2025-03-26 15:08:31 +01:00
url: {{baseUrl}}/memori/v2/Memory/: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 {
{
"memoryID": "",
"memoryType": "",
"lastRead": "",
"readOccurrences": "",
"receiverID": "",
"receiverTag": "",
"receiverName": "",
2025-03-26 15:08:31 +01:00
"media": [
{
"mediumID": "",
"url": "",
"content": "",
"mimeType": "",
"title": "",
"properties": {},
"creationTimestamp": "",
"creationSessionID": "",
"lastChangeTimestamp": "",
"lastChangeSessionID": ""
}
],
2024-07-16 10:15:30 +02:00
"title": "",
"titleVariants": [],
2025-03-26 15:08:31 +01:00
"answers": [
{
"text": "",
"preformatted": "",
"creationTimestamp": "",
"creationSessionID": "",
"lastChangeTimestamp": "",
"lastChangeSessionID": ""
}
],
2024-07-16 10:15:30 +02:00
"date": "",
"dateUncertaintyDays": "",
"placeName": "",
"placeLatitude": "",
"placeLongitude": "",
"placeUncertaintyKm": "",
"conclusive": "",
"notPickable": "",
"help": "",
"hints": [],
"minTimeout": "",
"maxTimeout": "",
"contextVarsToSet": {},
"contextVarsToMatch": {},
"dcmOutcomeType": "",
"dcmOutcomeCode": "",
"tags": [],
"creationTimestamp": "",
"creationSessionID": "",
"lastChangeTimestamp": "",
"lastChangeSessionID": ""
}
}