{ "opencollection": "1.0.0", "info": { "name": "Flipdish API - Apps Accounts MenuSections 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": "MenuSections", "type": "folder" }, "items": [ { "info": { "name": "Flipdish Get Menu Sections", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/menus/:menuId/sections", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "Menu identifier" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Menu Sections via the Flipdish Open API v1.0 (GET /api/v1.0/menus/{menuId}/sections)." }, { "info": { "name": "Flipdish Create Menu Section", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/menus/:menuId/sections", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "Menu identifier" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create Menu Section via the Flipdish Open API v1.0 (POST /api/v1.0/menus/{menuId}/sections)." }, { "info": { "name": "Flipdish Get Menu Section by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/menus/:menuId/sections/:menuSectionId", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "Menu identifier" }, { "name": "menuSectionId", "value": "500123", "type": "path", "description": "Menu section identifier" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Menu Section by Id via the Flipdish Open API v1.0 (GET /api/v1.0/menus/{menuId}/sections/{menuSectionId})." }, { "info": { "name": "Flipdish Update Menu Section", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/menus/:menuId/sections/:menuSectionId", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "Menu identifier" }, { "name": "menuSectionId", "value": "500123", "type": "path", "description": "Menu section identifier" }, { "name": "undoAfter", "value": "1", "type": "query", "description": "An optional time period, in hours, after which the hide-section operation will be undone." } ], "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 Section via the Flipdish Open API v1.0 (POST /api/v1.0/menus/{menuId}/sections/{menuSectionId})." }, { "info": { "name": "Flipdish Delete Menu Section", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.flipdish.co/api/v1.0/menus/:menuId/sections/:menuSectionId", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "Menu identifier" }, { "name": "menuSectionId", "value": "500123", "type": "path", "description": "Menu section identifier" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete Menu Section via the Flipdish Open API v1.0 (DELETE /api/v1.0/menus/{menuId}/sections/{menuSectionId})." }, { "info": { "name": "Flipdish Clone Menu Section", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/menus/:menuId/sections/:menuSectionId/clone", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "Menu identifier" }, { "name": "menuSectionId", "value": "500123", "type": "path", "description": "Menu section identifier" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Clone Menu Section via the Flipdish Open API v1.0 (POST /api/v1.0/menus/{menuId}/sections/{menuSectionId}/clone)." }, { "info": { "name": "Flipdish Upload Menu Section Image", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/menus/:menuId/sections/:menuSectionId/image", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "Menu identifier" }, { "name": "menuSectionId", "value": "500123", "type": "path", "description": "Menu section identifier" } ], "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 Section Image via the Flipdish Open API v1.0 (POST /api/v1.0/menus/{menuId}/sections/{menuSectionId}/image)." }, { "info": { "name": "Flipdish Delete Menu Section Image", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.flipdish.co/api/v1.0/menus/:menuId/sections/:menuSectionId/image", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "Menu identifier" }, { "name": "menuSectionId", "value": "500123", "type": "path", "description": "Menu section identifier" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete Menu Section Image via the Flipdish Open API v1.0 (DELETE /api/v1.0/menus/{menuId}/sections/{menuSectionId}/image)." }, { "info": { "name": "Flipdish Create Menu Section Availability", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/menus/:menuId/sections/:menuSectionId/availability", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "Menu identifier" }, { "name": "menuSectionId", "value": "500123", "type": "path", "description": "Menu section identifier" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create Menu Section Availability via the Flipdish Open API v1.0 (POST /api/v1.0/menus/{menuId}/sections/{menuSectionId}/availability)." }, { "info": { "name": "Flipdish Menu Sections_Set Item Display Orders", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/menus/:menuId/sections/:menuSectionId/sectionitemdisplayorders", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "Menu identifier" }, { "name": "menuSectionId", "value": "500123", "type": "path", "description": "Menu section identifier" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Menu Sections_Set Item Display Orders via the Flipdish Open API v1.0 (POST /api/v1.0/menus/{menuId}/sections/{menuSectionId}/sectionitemdisplayorders)." }, { "info": { "name": "Flipdish Create Menu Availability for Day", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/menus/:menuId/sections/:menuSectionId/availability/times/:dayOfWeek", "params": [ { "name": "menuId", "value": "500123", "type": "path", "description": "Menu identifier" }, { "name": "menuSectionId", "value": "500123", "type": "path", "description": "Menu section identifier" }, { "name": "dayOfWeek", "value": "Sunday", "type": "path", "description": "Day of the week" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create Menu Availability for Day via the Flipdish Open API v1.0 (POST /api/v1.0/menus/{menuId}/sections/{menuSectionId}/availability/times/{dayOfWeek})." } ] } ], "bundled": true }