bruno/memori-engine/Media/Updates an existing Medium object of a Memory-.bru

33 lines
533 B
Plaintext
Raw Normal View History

2024-07-16 10:15:30 +02:00
meta {
name: Updates an existing Medium object of a Memory-
type: http
seq: 4
}
patch {
url: https://engine.memori.ai/memori/v2/Medium/{strSessionID}/{strMemoryID}/{strMediumID}
body: json
auth: none
}
params:path {
strSessionID:
strMemoryID:
strMediumID:
}
body:json {
{
"mediumID": "",
"url": "",
"content": "",
"mimeType": "",
"title": "",
"properties": {},
"creationTimestamp": "",
"creationSessionID": "",
"lastChangeTimestamp": "",
"lastChangeSessionID": ""
}
}