{ "opencollection": "1.0.0", "info": { "name": "Fixxbook.Bearer.Api.V1 AfterHours MobileTheme API", "version": "bearer.v1" }, "items": [ { "info": { "name": "MobileTheme", "type": "folder" }, "items": [ { "info": { "name": "Retrive Mobile theme settings for subscriber or provider of current principal", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/mobileTheme" }, "docs": "Retrive Mobile theme settings for subscriber or provider of current principal" }, { "info": { "name": "Create new theme", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/mobileTheme" }, "docs": "Create new theme" }, { "info": { "name": "Retrive Mobile theme settings by theme Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/mobileTheme/:themeId", "params": [ { "name": "themeId", "value": "", "type": "path", "description": "theme Id" } ] }, "docs": "Retrive Mobile theme settings by theme Id" }, { "info": { "name": "Update theme configuration", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/mobileTheme/:themeId", "params": [ { "name": "themeId", "value": "", "type": "path", "description": "theme Id to update" } ] }, "docs": "Update theme configuration" }, { "info": { "name": "Retrive Mobile themes", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/mobileTheme/themes" }, "docs": "Retrive Mobile themes" }, { "info": { "name": "Assign theme to subscibers and/or providers", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/mobileTheme/assign" }, "docs": "Assign theme to subscibers and/or providers" }, { "info": { "name": "Delete theme assignment for subsciber and/or provider", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/mobileTheme/assign" }, "docs": "Delete theme assignment for subsciber and/or provider" } ] } ], "bundled": true }