bruno/memori-engine/Media/Updates an existing Medium object of a Memory.bru
2025-03-26 16:08:31 +02:00

33 lines
520 B
Plaintext

meta {
name: Updates an existing Medium object of a Memory.
type: http
seq: 4
}
patch {
url: {{baseUrl}}/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": ""
}
}