33 lines
533 B
Plaintext
33 lines
533 B
Plaintext
|
|
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": ""
|
||
|
|
}
|
||
|
|
}
|