bruno/memori-engine/Media/Adds a new Medium object to a Memory.bru

32 lines
481 B
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 Medium object to a Memory.
2024-07-16 10:15:30 +02:00
type: http
2025-03-26 15:08:31 +01:00
seq: 6
2024-07-16 10:15:30 +02:00
}
2025-03-26 15:08:31 +01:00
post {
url: {{baseUrl}}/memori/v2/Medium/:strSessionID/:strMemoryID
2024-07-16 10:15:30 +02:00
body: json
auth: none
}
params:path {
2025-03-26 15:08:31 +01:00
strSessionID:
strMemoryID:
2024-07-16 10:15:30 +02:00
}
body:json {
{
"mediumID": "",
"url": "",
"content": "",
"mimeType": "",
"title": "",
"properties": {},
"creationTimestamp": "",
"creationSessionID": "",
"lastChangeTimestamp": "",
"lastChangeSessionID": ""
}
}