{ "opencollection": "1.0.0", "info": { "name": "Zesty Accounts Apps Views API", "version": "1.0.0" }, "items": [ { "info": { "name": "Views", "type": "folder" }, "items": [ { "info": { "name": "Zesty List all views", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.api.zesty.io/v1/web/views", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns a list of all view files (templates) in the instance." }, { "info": { "name": "Zesty Create a view", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.api.zesty.io/v1/web/views", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Creates a new view file in the instance." }, { "info": { "name": "Zesty Get a view", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.api.zesty.io/v1/web/views/:viewZUID", "params": [ { "name": "viewZUID", "value": "", "type": "path", "description": "The ZUID of the view." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns a specific view file and its code content." }, { "info": { "name": "Zesty Update a view", "type": "http" }, "http": { "method": "PUT", "url": "https://accounts.api.zesty.io/v1/web/views/:viewZUID", "params": [ { "name": "viewZUID", "value": "", "type": "path", "description": "The ZUID of the view." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Updates the code content of a specific view file." } ] } ], "bundled": true }