{ "opencollection": "1.0.0", "info": { "name": "Flipdish API - Apps Accounts MenuZones API", "version": "v1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "MenuZones", "type": "folder" }, "items": [ { "info": { "name": "Flipdish Get Menu Zones for Menu Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/menus/:menuId/zones", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "The menu id to load zones for" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Menu Zones for Menu Id via the Flipdish Open API v1.0 (GET /api/v1.0/menus/{menuId}/zones)." }, { "info": { "name": "Flipdish Add Menu Zone", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/menus/:menuId/zones", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "The menu id." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Add Menu Zone via the Flipdish Open API v1.0 (POST /api/v1.0/menus/{menuId}/zones)." }, { "info": { "name": "Flipdish Get Menu Zone", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/menus/:menuId/zones/:menuZoneId", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "The menu id." }, { "name": "menuZoneId", "value": "500123", "type": "path", "description": "The menu zone id." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Menu Zone via the Flipdish Open API v1.0 (GET /api/v1.0/menus/{menuId}/zones/{menuZoneId})." }, { "info": { "name": "Flipdish Update Menu Zone", "type": "http" }, "http": { "method": "PUT", "url": "https://api.flipdish.co/api/v1.0/menus/:menuId/zones/:menuZoneId", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "The menu id." }, { "name": "menuZoneId", "value": "500123", "type": "path", "description": "The menu zone id." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update Menu Zone via the Flipdish Open API v1.0 (PUT /api/v1.0/menus/{menuId}/zones/{menuZoneId})." }, { "info": { "name": "Flipdish Delete Menu Zone", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.flipdish.co/api/v1.0/menus/:menuId/zones/:menuZoneId", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "Menu id." }, { "name": "menuZoneId", "value": "500123", "type": "path", "description": "The menu zone id." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete Menu Zone via the Flipdish Open API v1.0 (DELETE /api/v1.0/menus/{menuId}/zones/{menuZoneId})." }, { "info": { "name": "Flipdish Set Menu Zone Description", "type": "http" }, "http": { "method": "PUT", "url": "https://api.flipdish.co/api/v1.0/menus/:menuId/zones/:menuZoneId/description", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "Menu id." }, { "name": "menuZoneId", "value": "500123", "type": "path", "description": "The zone id." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Set Menu Zone Description via the Flipdish Open API v1.0 (PUT /api/v1.0/menus/{menuId}/zones/{menuZoneId}/description)." }, { "info": { "name": "Flipdish Flip Menu Zones", "type": "http" }, "http": { "method": "PUT", "url": "https://api.flipdish.co/api/v1.0/menus/:menuId/zones/:menuZoneId/flip/:menuZoneI2", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "The menu id path parameter." }, { "name": "menuZoneId", "value": "500123", "type": "path", "description": "Source." }, { "name": "menuZoneI2", "value": "1", "type": "path", "description": "Destination." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Flip Menu Zones via the Flipdish Open API v1.0 (PUT /api/v1.0/menus/{menuId}/zones/{menuZoneId}/flip/{menuZoneI2})." }, { "info": { "name": "Flipdish Set Menu Zone Name", "type": "http" }, "http": { "method": "PUT", "url": "https://api.flipdish.co/api/v1.0/menus/:menuId/zones/:menuZoneId/name/:menuZoneName", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "Menu id." }, { "name": "menuZoneId", "value": "500123", "type": "path", "description": "The menu zone id." }, { "name": "menuZoneName", "value": "Example Name", "type": "path", "description": "The new name." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Set Menu Zone Name via the Flipdish Open API v1.0 (PUT /api/v1.0/menus/{menuId}/zones/{menuZoneId}/name/{menuZoneName})." }, { "info": { "name": "Flipdish Set Menu Section Menu Zone", "type": "http" }, "http": { "method": "PUT", "url": "https://api.flipdish.co/api/v1.0/menus/:menuId/zones/:menuZoneId/section/:menuSectionId", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "Menu id." }, { "name": "menuZoneId", "value": "500123", "type": "path", "description": "The menu id." }, { "name": "menuSectionId", "value": "500123", "type": "path", "description": "The menu section id." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Set Menu Section Menu Zone via the Flipdish Open API v1.0 (PUT /api/v1.0/menus/{menuId}/zones/{menuZoneId}/section/{menuSectionId})." }, { "info": { "name": "Flipdish Upload Menu Zone Image", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/menus/:menuId/zones/:menuZoneId/image", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "Menu id." }, { "name": "menuZoneId", "value": "500123", "type": "path", "description": "The zone id." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Upload Menu Zone Image via the Flipdish Open API v1.0 (POST /api/v1.0/menus/{menuId}/zones/{menuZoneId}/image)." }, { "info": { "name": "Flipdish Delete Menu Zone Image", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.flipdish.co/api/v1.0/menus/:menuId/zones/:menuZoneId/image", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "Menu id." }, { "name": "menuZoneId", "value": "500123", "type": "path", "description": "The zone Id/" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete Menu Zone Image via the Flipdish Open API v1.0 (DELETE /api/v1.0/menus/{menuId}/zones/{menuZoneId}/image)." } ] } ], "bundled": true }