meta { name: Updates an Asset object. type: http seq: 10 } patch { url: {{baseUrl}}/api/v2/Asset/:strToken/:fileName body: json auth: none } params:path { strToken: fileName: } body:json { { "assetID": "", "assetURL": "", "mimeType": "", "originalFileName": "", "memoriID": "", "engineMemoryID": "", "creationTimestamp": "", "lastChangeTimestamp": "" } }