{ "opencollection": "1.0.0", "info": { "name": "Depict Lite Ab Test Brand Features API", "version": "1.0.0" }, "items": [ { "info": { "name": "Brand Features", "type": "folder" }, "items": [ { "info": { "name": "Update", "type": "http" }, "http": { "method": "PUT", "url": "/api/lite/brand-features/:collection_id", "params": [ { "name": "collection_id", "value": "", "type": "path" }, { "name": "version", "value": "", "type": "query" }, { "name": "merchant_id", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://depict.eu.auth0.com/oauth/authorize", "accessTokenUrl": "https://depict.eu.auth0.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update" }, { "info": { "name": "Get Content Block Clicks", "type": "http" }, "http": { "method": "GET", "url": "/api/lite/brand-features/content-block-clicks/:collection_id", "params": [ { "name": "collection_id", "value": "", "type": "path" }, { "name": "from_date", "value": "", "type": "query" }, { "name": "to_date", "value": "", "type": "query" }, { "name": "merchant_id", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://depict.eu.auth0.com/oauth/authorize", "accessTokenUrl": "https://depict.eu.auth0.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Content Block Clicks" }, { "info": { "name": "Update Metaobject", "type": "http" }, "http": { "method": "PUT", "url": "/api/lite/brand-features/metaobject/:metaobject_id", "params": [ { "name": "metaobject_id", "value": "", "type": "path" }, { "name": "merchant_id", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://depict.eu.auth0.com/oauth/authorize", "accessTokenUrl": "https://depict.eu.auth0.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "This endpoint should be used to update already existing metaobjects data." } ] } ], "bundled": true }