{ "opencollection": "1.0.0", "info": { "name": "Marketo Engage Rest Approve File Contents API", "version": "1.0" }, "items": [ { "info": { "name": "File Contents", "type": "folder" }, "items": [ { "info": { "name": "Marketo Update File Content", "type": "http" }, "http": { "method": "POST", "url": "https://localhost:8080/rest/asset/v1/file/:id/content.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id for file in database" } ], "body": { "type": "multipart-form", "data": [] } }, "docs": "Replaces the current content of the file with the included payload. Required Permissions: Read-Write Assets" } ] } ], "bundled": true }