{ "opencollection": "1.0.0", "info": { "name": "Brickwork Admin Appointments Admin Store Images API", "version": "v3" }, "items": [ { "info": { "name": "Admin Store Images", "type": "folder" }, "items": [ { "info": { "name": "List Store Images", "type": "http" }, "http": { "method": "GET", "url": "https://production.brickworksoftware.com/api/v3/admin/stores/:store_id_or_number/store_hero_images", "params": [ { "name": "store_id_or_number", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "docs": "Example: `http://company.com/api/v3/admin/stores/:store_id/store_hero_images`\n\nExample: `http://company.com/api/v3/admin/stores/:store_number/store_hero_images?store_number=true`" }, { "info": { "name": "Create Store Image", "type": "http" }, "http": { "method": "POST", "url": "https://production.brickworksoftware.com/api/v3/admin/stores/:store_id_or_number/store_hero_images", "params": [ { "name": "store_id_or_number", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "docs": "Example: `http://company.com/api/v3/admin/stores/:store_id/store_hero_images`\n\nExample: `http://company.com/api/v3/admin/stores/:store_number/store_hero_images?store_number=true`" }, { "info": { "name": "Show Store Image", "type": "http" }, "http": { "method": "GET", "url": "https://production.brickworksoftware.com/api/v3/admin/stores/:store_id_or_number/store_hero_images/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "store_id_or_number", "value": "", "type": "path" }, { "name": "store_hero_image[id]", "value": "", "type": "query", "description": "The ID of the Store Image" } ], "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "docs": "Example: `http://company.com/api/v3/admin/stores/:store_id/store_hero_images/:id`\n\nExample: `http://company.com/api/v3/admin/stores/:store_number/store_hero_images/:id?store_number=true`" }, { "info": { "name": "Update Store Image Properties", "type": "http" }, "http": { "method": "PUT", "url": "https://production.brickworksoftware.com/api/v3/admin/stores/:store_id_or_number/store_hero_images/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "store_id_or_number", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "docs": "Example: `http://company.com/api/v3/admin/stores/:store_id/store_hero_images/:id`\n\nExample: `http://company.com/api/v3/admin/stores/:store_number/store_hero_images/:id?store_number=true`" } ] } ], "bundled": true }