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

33 lines
520 B
Plaintext
Raw Normal View History

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