{ "opencollection": "1.0.0", "info": { "name": "Marketo Engage Rest Approve .Json API", "version": "1.0" }, "items": [ { "info": { "name": ".Json", "type": "folder" }, "items": [ { "info": { "name": "Marketo Update Email Content Section", "type": "http" }, "http": { "method": "POST", "url": "https://localhost:8080/rest/asset/v1/email/:id/content/:htmlId.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" }, { "name": "htmlId", "value": "", "type": "path", "description": "htmlId" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Updates the content in the given section. Required Permissions: Read-Write Assets" }, { "info": { "name": "Marketo Get Snippet by Id", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:8080/rest/asset/v1/snippet/:id.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" }, { "name": "status", "value": "", "type": "query", "description": "Status filter for draft or approved versions" } ] }, "docs": "Retrieves the target snippet record. Required Permissions: Read-Only Assets, Read-Write Assets" }, { "info": { "name": "Marketo Update Snippet Metadata", "type": "http" }, "http": { "method": "POST", "url": "https://localhost:8080/rest/asset/v1/snippet/:id.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Updates the metadata of the snippet. Required Permissions: Read-Write Assets" } ] } ], "bundled": true }