{ "opencollection": "1.0.0", "info": { "name": "Marketo Engage Rest Approve Variable API", "version": "1.0" }, "items": [ { "info": { "name": "Variable", "type": "folder" }, "items": [ { "info": { "name": "Marketo Update Email Variable", "type": "http" }, "http": { "method": "POST", "url": "https://localhost:8080/rest/asset/v1/email/:id/variable/:name.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" }, { "name": "name", "value": "", "type": "path", "description": "name" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Updates the value of a given variable in an email. Required Permissions: Read-Write Assets" }, { "info": { "name": "Marketo Update Landing Page Variable", "type": "http" }, "http": { "method": "POST", "url": "https://localhost:8080/rest/asset/v1/landingPage/:id/variable/:variableId.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" }, { "name": "variableId", "value": "", "type": "path", "description": "variableId" }, { "name": "value", "value": "", "type": "query", "description": "New value of the variable" } ] }, "docs": "Updates the value of the given variable. Required Permissions: Read-Write Assets" } ] } ], "bundled": true }