meta { name: Adds a new Medium object to a Memory. type: http seq: 6 } post { url: {{baseUrl}}/memori/v2/Medium/:strSessionID/:strMemoryID body: json auth: none } params:path { strSessionID: strMemoryID: } body:json { { "mediumID": "", "url": "", "content": "", "mimeType": "", "title": "", "properties": {}, "creationTimestamp": "", "creationSessionID": "", "lastChangeTimestamp": "", "lastChangeSessionID": "" } }