Updating pages

Use this method to update a page.

Method

PUT.

Resource URI

/ibm/ioc/api/theme-service/pages

For example, update the Sunshine.SupervisorOperations page:
https://web-server.cn.example.com/ibm/ioc/api/theme-service/pages/Sunshine.SupervisorOperations

Path parameters

Table 1. Path parameters
Name Type Description
resourceId Number The integer ID of the page to update. Either the resourceId parameter or the pageId parameter must be specified.
pageId String The string ID of the page to update. Either the pageId parameter or the resourceId parameter must be specified.

Request properties

Table 2. Request properties
Name Type Description
authAddOnly Boolean To add one or more user groups to the authorizations for the page, you can optionally use the /ibm/ioc/api/theme-service/pages/authorization URI and set the value of the authAddOnly property to true. Include only the authAddOnly property, name property, and the authorizations property in the request.
authorizations Array An array that lists the user groups that have access to the page.
centerWidget Object An object that describes the main widget on the page.
colorScheme Object An object that describes how the page is rendered.
compressedDojoDefinition Object An object containing compressed Dojo definitions for the page.
favIcon String The location and file name for the page icon.
hidden Boolean If the value is "true", then the page is hidden.
immutableColorScheme Boolean If the value is true, then the color scheme for the page cannot be changed.
lastUpdateDate Number The timestamp value for the date of the last update to the page. If authAddOnly is set to false, the last update time must be included in the request. To find the lastUpdateDate value, call the GET method. For more information, see Listing pages.
menuPath Array An array of objects that describe the menus on the page.
name Sting The name of the page.
title Object An object that contains the title details.
topWidget Object An object that describes the widget at the top of the page.
uncompressedDojoDefinition Object An object that contains uncompressed Dojo definitions for the page.
userMenus Array An array of objects that describe the user menus on the page.

Sample request content

  • Sample request content, with a URI of /ibm/ioc/api/theme-service/pages/Sunshine.SupervisorOperations, to update the Sunshine.SupervisorOperations page:
    {
        "name": "Sunshine.SupervisorOperations",
        "authorizations": [
            "SunshineAdmin",
            "SolutionAdmins",
            "SunshineSupervisor",
            "SystemAdmins",
    	  "NewGroupAdded"
        ],
        "hidden": false,
        "colorScheme": {
            "name": "Dark",
            "available": true,
            "label": {
                "group": "ThemeColorScheme",
                "key": "thumbnail_dark_label",
                "i18nLabel": "Dark Scheme"
            },
            "uncompressedDojoCss": [
                "/ibm/ioc/theme/1.10.3/idx/themes/oneui/oneui.css",
                "/ibm/ioc/theme/1.10.3/idx/themes/oneuidark/oneuidark.css"
            ],
            "compressedDojoCss": [
                "/ibm/ioc/theme/1.10.3/compressedJS/idx/themes/oneui/oneui1.css",
                "/ibm/ioc/theme/1.10.3/compressedJS/idx/themes/oneui/oneui2.css",
                "/ibm/ioc/theme/1.10.3/compressedJS/idx/themes/oneuidark/oneuidark1.css",
                "/ibm/ioc/theme/1.10.3/compressedJS/idx/themes/oneuidark/oneuidark2.css"
            ],
            "bodyCssClass": "oneui dark",
            "thumbnailUrl": "/ibm/ioc/theme/images/theme/darkTheme.png",
            "pageLoadStyle": {
                "image": "/ibm/ioc/theme/images/theme/IBMBusyPane.gif",
                "color": "#222222",
                "opacity": 1
            },
            "lastUpdateDate": 1538056454734
        },
        "immutableColorScheme": false,
        "title": {
            "group": "SunshineTheme",
            "key": "page.supervisor.operations.title",
            "i18nLabel": "Supervisor: Operations"
        },
        "favIcon": "/ibm/ioc/theme/images/theme/favicon.ico",
        "menuPath": [
            {
                "group": "SunshineTheme",
                "key": "page.root.title.Sunshine",
                "i18nLabel": "Sunshine"
            },
            {
                "group": "SunshineTheme",
                "key": "page.supervisor.operations.title",
                "i18nLabel": "Supervisor: Operations"
            }
        ],
        "userMenus": [
            {
                "label": {
                    "group": "ThemeMenu",
                    "key": "menu_signOut_label",
                    "i18nLabel": "Sign Out"
                },
                "widget": {
                    "moduleName": "ioc/theme/menuitem/SignOut",
                    "properties": {}
                }
            },
            {
                "label": {
                    "group": "ThemeMenu",
                    "key": "menu_editProfile_label",
                    "i18nLabel": "Edit Profile"
                },
                "widget": {
                    "moduleName": "ioc/theme/menuitem/EditProfile",
                    "properties": {}
                }
            },
            {
                "label": {
                    "group": "ThemeMenu",
                    "key": "menu_switchColorScheme_label",
                    "i18nLabel": "Switch Color Scheme"
                },
                "widget": {
                    "moduleName": "ioc/theme/menuitem/SwitchColorScheme",
                    "properties": {}
                }
            }
        ],
        "uncompressedDojoDefinition": {
            "dojoConfig": {
                "isDebug": true,
                "async": true,
                "parseOnLoad": false,
                "aliases": [
                    [
                        "water",
                        "com/ibm/water",
                        "ioc",
                        "com/ibm/ioc"
                    ]
                ],
                "has": {
                    "dojo-undef-api": 1
                },
                "packages": [
                    {
                        "name": "dojo",
                        "location": "/ibm/ioc/theme/1.10.3/idt/dojo"
                    },
                    {
                        "name": "dijit",
                        "location": "/ibm/ioc/theme/1.10.3/idt/dijit"
                    },
                    {
                        "name": "dojox",
                        "location": "/ibm/ioc/theme/1.10.3/idt/dojox"
                    },
                    {
                        "name": "gridx",
                        "location": "/ibm/ioc/theme/1.10.3/idt/gridx"
                    },
                    {
                        "name": "cometd",
                        "location": "/ibm/ioc/theme/1.10.3/idt/cometd"
                    },
                    {
                        "name": "idx",
                        "location": "/ibm/ioc/theme/1.10.3/idx"
                    },
                    {
                        "name": "idx_latest",
                        "location": "/ibm/ioc/theme/1.10.3/idx"
                    },
                    {
                        "name": "OpenLayers",
                        "location": "/ibm/ioc/theme/js/OpenLayers"
                    },
                    {
                        "name": "ioc",
                        "location": "/ibm/ioc/theme/js/ioc"
                    },
                    {
                        "name": "ioc_latest",
                        "location": "/ibm/ioc/theme/js/ioc"
                    },
                    {
                        "name": "water",
                        "location": "/ibm/water/widgets/js/water"
                    },
                    {
                        "name": "maximo",
                        "location": "/ibm/water/eam/widgets/js/maximo"
                    },
                    {
                        "name": "dojo_16",
                        "location": "/ibm/water/widgets/js/frameworks16/idt/dojo"
                    },
                    {
                        "name": "dijit_16",
                        "location": "/ibm/water/widgets/js/frameworks16/idt/dijit"
                    },
                    {
                        "name": "dojox_16",
                        "location": "/ibm/water/widgets/js/frameworks16/idt/dojox"
                    },
                    {
                        "name": "gridx_16",
                        "location": "/ibm/water/widgets/js/frameworks16/idt/gridx"
                    },
                    {
                        "name": "cometd_16",
                        "location": "/ibm/ioc/theme/1.10.3/idt/cometd"
                    },
                    {
                        "name": "idx_16",
                        "location": "/ibm/water/widgets/js/frameworks16/idx"
                    },
                    {
                        "name": "ioc_16",
                        "location": "/ibm/water/widgets/js/ioc16"
                    },
                    {
                        "name": "OpenLayers_16",
                        "location": "/ibm/water/widgets/js/ioc16/OpenLayers"
                    }
                ],
                "locale": "${browserLocale}",
                "map": {
                    "ioc_16": {
                        "dijit": "dijit_16",
                        "gridx": "gridx_16",
                        "OpenLayers": "OpenLayers_16",
                        "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                        "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "cometd": "cometd_16",
                        "idx": "idx_16",
                        "ioc": "ioc_16",
                        "dojox": "dojox_16",
                        "dojo": "dojo_16"
                    },
                    "idx_16": {
                        "dijit": "dijit_16",
                        "gridx": "gridx_16",
                        "OpenLayers": "OpenLayers_16",
                        "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                        "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "cometd": "cometd_16",
                        "idx": "idx_16",
                        "ioc": "ioc_16",
                        "dojox": "dojox_16",
                        "dojo": "dojo_16"
                    },
                    "dojox_16": {
                        "dijit": "dijit_16",
                        "gridx": "gridx_16",
                        "OpenLayers": "OpenLayers_16",
                        "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                        "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "cometd": "cometd_16",
                        "idx": "idx_16",
                        "ioc": "ioc_16",
                        "dojox": "dojox_16",
                        "dojo": "dojo_16"
                    },
                    "OpenLayers_16": {
                        "dijit": "dijit_16",
                        "gridx": "gridx_16",
                        "OpenLayers": "OpenLayers_16",
                        "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "cometd": "cometd_16",
                        "idx": "idx_16",
                        "ioc": "ioc_16",
                        "dojox": "dojox_16",
                        "dojo": "dojo_16"
                    },
                    "vds": {
                        "dijit": "dijit_16",
                        "gridx": "gridx_16",
                        "OpenLayers": "OpenLayers_16",
                        "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                        "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "cometd": "cometd_16",
                        "idx": "idx_16",
                        "ioc": "ioc_16",
                        "dojox": "dojox_16",
                        "dojo": "dojo_16"
                    },
                    "dojo_16": {
                        "dijit": "dijit_16",
                        "gridx": "gridx_16",
                        "OpenLayers": "OpenLayers_16",
                        "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                        "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "cometd": "cometd_16",
                        "idx": "idx_16",
                        "ioc": "ioc_16",
                        "dojox": "dojox_16",
                        "dojo": "dojo_16"
                    },
                    "dijit_16": {
                        "dijit": "dijit_16",
                        "gridx": "gridx_16",
                        "OpenLayers": "OpenLayers_16",
                        "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                        "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "cometd": "cometd_16",
                        "idx": "idx_16",
                        "ioc": "ioc_16",
                        "dojox": "dojox_16",
                        "dojo": "dojo_16"
                    },
                    "gridx_16": {
                        "dijit": "dijit_16",
                        "gridx": "gridx_16",
                        "OpenLayers": "OpenLayers_16",
                        "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                        "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "cometd": "cometd_16",
                        "idx": "idx_16",
                        "ioc": "ioc_16",
                        "dojox": "dojox_16",
                        "dojo": "dojo_16"
                    },
                    "maximo": {
                        "dijit": "dijit_16",
                        "gridx": "gridx_16",
                        "OpenLayers": "OpenLayers_16",
                        "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "dojo_latest/topic": "/ibm/ioc/theme/1.10.3/idt/dojo/topic",
                        "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                        "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "cometd": "cometd_16",
                        "idx": "idx_16",
                        "ioc": "ioc_16",
                        "dojox": "dojox_16",
                        "dojo": "dojo_16"
                    },
                    "*": {
                        "ioc/RestStore": "ioc_latest/RestStore",
                        "ioc/widget/Form": "ioc_latest/widget/Form"
                    },
                    "cometd_16": {
                        "dijit": "dijit_16",
                        "gridx": "gridx_16",
                        "OpenLayers": "OpenLayers_16",
                        "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                        "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "cometd": "cometd_16",
                        "idx": "idx_16",
                        "ioc": "ioc_16",
                        "dojox": "dojox_16",
                        "dojo": "dojo_16"
                    },
                    "water": {
                        "dijit": "dijit_16",
                        "gridx": "gridx_16",
                        "OpenLayers": "OpenLayers_16",
                        "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "dojo_latest/topic": "/ibm/ioc/theme/1.10.3/idt/dojo/topic",
                        "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                        "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "cometd": "cometd_16",
                        "idx": "idx_16",
                        "ioc": "ioc_16",
                        "dojox": "dojox_16",
                        "dojo": "dojo_16"
                    }
                }
            },
            "scripts": [
                "/ibm/water/widgets/js/ioc16/OpenLayers/OpenLayers.js",
                "/ibm/ioc/theme/1.10.3/idt/dojo/dojo.js",
                "/ibm/ioc/theme/js/ioc/contentviewer/timeline.js",
                "/ibm/ioc/theme/js/ioc/contentviewer/timeline-locales.js",
                "/ibm/water/widgets/js/ibm_ilog/diagram/ibm_diagram_base.js.uncompressed.js",
                "/ibm/water/widgets/js/ibm_ilog/graphlayout/ibm_graphlayout_base.js",
                "/ibm/water/widgets/js/ibm_ilog/graphlayout/ibm_graphlayout_hierarchical.js",
                "/ibm/water/widgets/js/ibm_ilog/graphlayout/ibm_graphlayout_tree.js",
                "/ibm/water/widgets/js/ibm_ilog/graphlayout/ibm_graphlayout_forcedirected.js",
                "/ibm/water/widgets/js/ibm_ilog/graphlayout/ibm_graphlayout_basiclinkstyle.js",
                "/ibm/water/widgets/js/ibm_ilog/graphlayout/ibm_graphlayout_link.js",
                "/ibm/water/widgets/js/ibm_ilog/graphlayout/ibm_graphlayout_circular.js"
            ],
            "css": [
                "/ibm/ioc/theme/1.10.3/idt/dojo/resources/dojo.css",
                "/ibm/ioc/theme/1.10.3/idt/dijit/themes/dijit.css",
                "/ibm/ioc/theme/1.10.3/idt/dijit/themes/dijit_rtl.css",
                "/ibm/ioc/theme/1.10.3/idt/dijit/icons/commonIcons.css",
                "/ibm/ioc/theme/1.10.3/idt/dijit/icons/commonIcons_rtl.css",
                "/ibm/ioc/theme/1.10.3/idt/dijit/icons/editorIcons.css",
                "/ibm/ioc/theme/1.10.3/idt/dijit/icons/editorIcons_rtl.css",
                "/ibm/ioc/theme/1.10.3/idt/gridx/resources/Gridx.css",
                "/ibm/ioc/theme/1.10.3/idt/dojox/layout/resources/ResizeHandle.css",
                "/ibm/ioc/theme/1.10.3/idt/dojox/form/resources/TriStateCheckBox.css",
                "/ibm/ioc/theme/1.10.3/idt/dojox/layout/resources/FloatingPane.css",
                "${colorSchemeCss}",
                "/ibm/ioc/theme/js/OpenLayers/ol.css",
                "/ibm/ioc/theme/css/ioc_base.css",
                "/ibm/ioc/theme/css/sop.css",
                "/ibm/ioc/theme/js/ioc/contentviewer/template/timeline.css",
                "/ibm/ioc/theme/js/ioc/map/template/mapview_wrapper.css"
            ]
        },
        "compressedDojoDefinition": {
            "dojoConfig": {
                "isDebug": true,
                "async": true,
                "parseOnLoad": false,
                "aliases": [
                    [
                        "water",
                        "com/ibm/water",
                        "ioc",
                        "com/ibm/ioc"
                    ]
                ],
                "has": {
                    "dojo-undef-api": 1
                },
                "packages": [
                    {
                        "name": "dojo",
                        "location": "/ibm/ioc/theme/1.10.3/compressedJS/dojo"
                    },
                    {
                        "name": "dijit",
                        "location": "/ibm/ioc/theme/1.10.3/compressedJS/dijit"
                    },
                    {
                        "name": "dojox",
                        "location": "/ibm/ioc/theme/1.10.3/compressedJS/dojox"
                    },
                    {
                        "name": "gridx",
                        "location": "/ibm/ioc/theme/1.10.3/compressedJS/gridx"
                    },
                    {
                        "name": "cometd",
                        "location": "/ibm/ioc/theme/1.10.3/compressedJS/cometd"
                    },
                    {
                        "name": "idx",
                        "location": "/ibm/ioc/theme/1.10.3/compressedJS/idx"
                    },
                    {
                        "name": "idx_latest",
                        "location": "/ibm/ioc/theme/1.10.3/compressedJS/idx"
                    },
                    {
                        "name": "OpenLayers",
                        "location": "/ibm/ioc/theme/js/OpenLayers"
                    },
                    {
                        "name": "ioc",
                        "location": "/ibm/ioc/theme/1.10.3/compressedJS/ioc"
                    },
                    {
                        "name": "ioc_latest",
                        "location": "/ibm/ioc/theme/1.10.3/compressedJS/ioc"
                    },
                    {
                        "name": "water",
                        "location": "/ibm/water/widgets/js/compressedJS/water"
                    },
                    {
                        "name": "maximo",
                        "location": "/ibm/water/eam/widgets/js/maximo"
                    },
                    {
                        "name": "dojo_16",
                        "location": "/ibm/water/widgets/js/frameworks16/idt/dojo"
                    },
                    {
                        "name": "dijit_16",
                        "location": "/ibm/water/widgets/js/frameworks16/idt/dijit"
                    },
                    {
                        "name": "dojox_16",
                        "location": "/ibm/water/widgets/js/frameworks16/idt/dojox"
                    },
                    {
                        "name": "gridx_16",
                        "location": "/ibm/water/widgets/js/frameworks16/idt/gridx"
                    },
                    {
                        "name": "cometd_16",
                        "location": "/ibm/ioc/theme/1.10.3/compressedJS/cometd"
                    },
                    {
                        "name": "idx_16",
                        "location": "/ibm/water/widgets/js/frameworks16/idx"
                    },
                    {
                        "name": "ioc_16",
                        "location": "/ibm/water/widgets/js/ioc16"
                    },
                    {
                        "name": "OpenLayers_16",
                        "location": "/ibm/water/widgets/js/ioc16/OpenLayers"
                    }
                ],
                "locale": "${browserLocale}",
                "map": {
                    "ioc_16": {
                        "dijit": "dijit_16",
                        "gridx": "gridx_16",
                        "OpenLayers": "OpenLayers_16",
                        "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                        "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "cometd": "cometd_16",
                        "idx": "idx_16",
                        "ioc": "ioc_16",
                        "dojox": "dojox_16",
                        "dojo": "dojo_16"
                    },
                    "idx_16": {
                        "dijit": "dijit_16",
                        "gridx": "gridx_16",
                        "OpenLayers": "OpenLayers_16",
                        "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                        "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "cometd": "cometd_16",
                        "idx": "idx_16",
                        "ioc": "ioc_16",
                        "dojox": "dojox_16",
                        "dojo": "dojo_16"
                    },
                    "dojox_16": {
                        "dijit": "dijit_16",
                        "gridx": "gridx_16",
                        "OpenLayers": "OpenLayers_16",
                        "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                        "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "cometd": "cometd_16",
                        "idx": "idx_16",
                        "ioc": "ioc_16",
                        "dojox": "dojox_16",
                        "dojo": "dojo_16"
                    },
                    "OpenLayers_16": {
                        "dijit": "dijit_16",
                        "gridx": "gridx_16",
                        "OpenLayers": "OpenLayers_16",
                        "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "cometd": "cometd_16",
                        "idx": "idx_16",
                        "ioc": "ioc_16",
                        "dojox": "dojox_16",
                        "dojo": "dojo_16"
                    },
                    "vds": {
                        "dijit": "dijit_16",
                        "gridx": "gridx_16",
                        "OpenLayers": "OpenLayers_16",
                        "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                        "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "cometd": "cometd_16",
                        "idx": "idx_16",
                        "ioc": "ioc_16",
                        "dojox": "dojox_16",
                        "dojo": "dojo_16"
                    },
                    "dojo_16": {
                        "dijit": "dijit_16",
                        "gridx": "gridx_16",
                        "OpenLayers": "OpenLayers_16",
                        "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                        "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "cometd": "cometd_16",
                        "idx": "idx_16",
                        "ioc": "ioc_16",
                        "dojox": "dojox_16",
                        "dojo": "dojo_16"
                    },
                    "dijit_16": {
                        "dijit": "dijit_16",
                        "gridx": "gridx_16",
                        "OpenLayers": "OpenLayers_16",
                        "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                        "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "cometd": "cometd_16",
                        "idx": "idx_16",
                        "ioc": "ioc_16",
                        "dojox": "dojox_16",
                        "dojo": "dojo_16"
                    },
                    "gridx_16": {
                        "dijit": "dijit_16",
                        "gridx": "gridx_16",
                        "OpenLayers": "OpenLayers_16",
                        "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                        "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "cometd": "cometd_16",
                        "idx": "idx_16",
                        "ioc": "ioc_16",
                        "dojox": "dojox_16",
                        "dojo": "dojo_16"
                    },
                    "maximo": {
                        "dijit": "dijit_16",
                        "gridx": "gridx_16",
                        "OpenLayers": "OpenLayers_16",
                        "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "dojo_latest/topic": "/ibm/ioc/theme/1.10.3/idt/dojo/topic",
                        "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                        "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "cometd": "cometd_16",
                        "idx": "idx_16",
                        "ioc": "ioc_16",
                        "dojox": "dojox_16",
                        "dojo": "dojo_16"
                    },
                    "*": {
                        "ioc/RestStore": "ioc_latest/RestStore",
                        "ioc/widget/Form": "ioc_latest/widget/Form"
                    },
                    "cometd_16": {
                        "dijit": "dijit_16",
                        "gridx": "gridx_16",
                        "OpenLayers": "OpenLayers_16",
                        "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                        "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "cometd": "cometd_16",
                        "idx": "idx_16",
                        "ioc": "ioc_16",
                        "dojox": "dojox_16",
                        "dojo": "dojo_16"
                    },
                    "water": {
                        "dijit": "dijit_16",
                        "gridx": "gridx_16",
                        "OpenLayers": "OpenLayers_16",
                        "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "dojo_latest/topic": "/ibm/ioc/theme/1.10.3/idt/dojo/topic",
                        "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                        "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                        "cometd": "cometd_16",
                        "idx": "idx_16",
                        "ioc": "ioc_16",
                        "dojox": "dojox_16",
                        "dojo": "dojo_16"
                    }
                }
            },
            "scripts": [
                "/ibm/water/widgets/js/ioc16/OpenLayers/OpenLayers.js",
                "/ibm/water/widgets/js/compressedJS/water/water.js",
                "/ibm/ioc/theme/1.10.3/compressedJS/dojo/dojo.js",
                "/ibm/ioc/theme/1.10.3/compressedJS/ioc/layers/common.js",
                "/ibm/ioc/theme/1.10.3/compressedJS/ioc/layers/${nlsLayerName}",
                "/ibm/ioc/theme/js/ioc/contentviewer/timeline.js",
                "/ibm/ioc/theme/1.10.3/compressedJS/ioc/contentviewer/timeline-locales.js",
                "/ibm/water/widgets/js/ibm_ilog/diagram/ibm_diagram_base.js.uncompressed.js",
                "/ibm/water/widgets/js/ibm_ilog/graphlayout/ibm_graphlayout_base.js",
                "/ibm/water/widgets/js/ibm_ilog/graphlayout/ibm_graphlayout_hierarchical.js",
                "/ibm/water/widgets/js/ibm_ilog/graphlayout/ibm_graphlayout_tree.js",
                "/ibm/water/widgets/js/ibm_ilog/graphlayout/ibm_graphlayout_forcedirected.js",
                "/ibm/water/widgets/js/ibm_ilog/graphlayout/ibm_graphlayout_basiclinkstyle.js",
                "/ibm/water/widgets/js/ibm_ilog/graphlayout/ibm_graphlayout_link.js",
                "/ibm/water/widgets/js/ibm_ilog/graphlayout/ibm_graphlayout_circular.js"
            ],
            "css": [
                "/ibm/ioc/theme/1.10.3/compressedJS/dojo/resources/dojo.css",
                "/ibm/ioc/theme/1.10.3/compressedJS/dijit/themes/dijit.css",
                "/ibm/ioc/theme/1.10.3/compressedJS/dijit/themes/dijit_rtl.css",
                "/ibm/ioc/theme/1.10.3/compressedJS/dijit/icons/commonIcons.css",
                "/ibm/ioc/theme/1.10.3/compressedJS/dijit/icons/commonIcons_rtl.css",
                "/ibm/ioc/theme/1.10.3/compressedJS/dijit/icons/editorIcons.css",
                "/ibm/ioc/theme/1.10.3/compressedJS/dijit/icons/editorIcons_rtl.css",
                "/ibm/ioc/theme/1.10.3/compressedJS/gridx/resources/Gridx.css",
                "/ibm/ioc/theme/1.10.3/compressedJS/dojox/layout/resources/ResizeHandle.css",
                "/ibm/ioc/theme/1.10.3/compressedJS/dojox/form/resources/TriStateCheckBox.css",
                "/ibm/ioc/theme/1.10.3/compressedJS/dojox/layout/resources/FloatingPane.css",
                "${colorSchemeCss}",
                "/ibm/ioc/theme/js/OpenLayers/ol.css",
                "/ibm/ioc/theme/css/ioc_base.css",
                "/ibm/ioc/theme/css/sop.css",
                "/ibm/ioc/theme/js/ioc/contentviewer/template/timeline.css",
                "/ibm/ioc/theme/js/ioc/contentviewer/template/timeline.css"
            ]
        },
        "topWidget": {
            "moduleName": "ioc/theme/widget/Banner",
            "properties": {}
        },
        "centerWidget": {
            "moduleName": "ioc/contentviewer/ContentViewerWidget",
            "properties": {
                "tabs": [
                    {
                        "moduleName": "water/map/MapViewWrapper",
                        "name": "contentViewTab-Map"
                    },
                    {
                        "moduleName": "water/list/ListViewWrapper",
                        "name": "contentViewTab-List"
                    },
                    {
                        "moduleName": "water/logicalmap/LogicalMapViewWrapper",
                        "name": "contentViewTab-LogicalMap"
                    }
                ]
            }
        },
        "lastUpdateDate": 1538061170010
    }
  • Optional sample request content, with a URI of /ibm/ioc/api/theme-service/pages/authorization/Sunshine.SupervisorOperations, to add a user group to the authorizations for the Sunshine.SupervisorOperations page:
    {
        "name": "Sunshine.SupervisorOperations",
         authorizations": [
            "SunshineAdmin",
            "SolutionAdmins",
            "SunshineSupervisor",
            "SystemAdmins",
    	  "NewGroupAdded"
         ],
         "authAddOnly":true
    }

Response properties

Table 3. Response properties
Name Type Description
authAddOnly Boolean The value is true if the authorizations only were updated.
authorizations Array An array that lists the user groups that have access to the page.
centerWidget Object An object that describes the main widget on the page.
colorScheme Object An object that describes how the page is rendered.
compressedDojoDefinition Object An object containing compressed Dojo definitions for the page.
favIcon String The location and file name for the page icon.
hidden Boolean If the value is "true", then the page is hidden.
immutableColorScheme Boolean If the value is true, then the color scheme for the page cannot be changed.
lastUpdateDate Number The timestamp value for the date and time of the last update to the page configuration.
menuPath Array An array of objects that describe the menus on the page.
name Sting The name of the page.
resourceId Number The integer ID of the page.
title Object An object that contains the title details.
topWidget Object An object that describes the widget at the top of the page.
uncompressedDojoDefinition Object An object that contains uncompressed Dojo definitions for the page.
userMenus Array An array of objects that describe the user menus on the page.

Sample response content

{
    "name": "Sunshine.SupervisorOperations",
    "authorizations": [
        "SunshineAdmin",
        "SolutionAdmins",
        "SunshineSupervisor",
        "SystemAdmins",
		"NewGroupAdded"
    ],
    "hidden": false,
    "colorScheme": {
        "name": "Dark",
        "available": true,
        "label": {
            "group": "ThemeColorScheme",
            "key": "thumbnail_dark_label",
            "i18nLabel": "Dark Scheme"
        },
        "uncompressedDojoCss": [
            "/ibm/ioc/theme/1.10.3/idx/themes/oneui/oneui.css",
            "/ibm/ioc/theme/1.10.3/idx/themes/oneuidark/oneuidark.css"
        ],
        "compressedDojoCss": [
            "/ibm/ioc/theme/1.10.3/compressedJS/idx/themes/oneui/oneui1.css",
            "/ibm/ioc/theme/1.10.3/compressedJS/idx/themes/oneui/oneui2.css",
            "/ibm/ioc/theme/1.10.3/compressedJS/idx/themes/oneuidark/oneuidark1.css",
            "/ibm/ioc/theme/1.10.3/compressedJS/idx/themes/oneuidark/oneuidark2.css"
        ],
        "bodyCssClass": "oneui dark",
        "thumbnailUrl": "/ibm/ioc/theme/images/theme/darkTheme.png",
        "pageLoadStyle": {
            "image": "/ibm/ioc/theme/images/theme/IBMBusyPane.gif",
            "color": "#222222",
            "opacity": 1
        },
        "lastUpdateDate": 1538056454734
    },
    "immutableColorScheme": false,
    "title": {
        "group": "SunshineTheme",
        "key": "page.supervisor.operations.title",
        "i18nLabel": "Supervisor: Operations"
    },
    "favIcon": "/ibm/ioc/theme/images/theme/favicon.ico",
    "menuPath": [
        {
            "group": "SunshineTheme",
            "key": "page.root.title.Sunshine",
            "i18nLabel": "Sunshine"
        },
        {
            "group": "SunshineTheme",
            "key": "page.supervisor.operations.title",
            "i18nLabel": "Supervisor: Operations"
        }
    ],
    "userMenus": [
        {
            "label": {
                "group": "ThemeMenu",
                "key": "menu_signOut_label",
                "i18nLabel": "Sign Out"
            },
            "widget": {
                "moduleName": "ioc/theme/menuitem/SignOut",
                "properties": {}
            }
        },
        {
            "label": {
                "group": "ThemeMenu",
                "key": "menu_editProfile_label",
                "i18nLabel": "Edit Profile"
            },
            "widget": {
                "moduleName": "ioc/theme/menuitem/EditProfile",
                "properties": {}
            }
        },
        {
            "label": {
                "group": "ThemeMenu",
                "key": "menu_switchColorScheme_label",
                "i18nLabel": "Switch Color Scheme"
            },
            "widget": {
                "moduleName": "ioc/theme/menuitem/SwitchColorScheme",
                "properties": {}
            }
        }
    ],
    "uncompressedDojoDefinition": {
        "dojoConfig": {
            "isDebug": true,
            "async": true,
            "parseOnLoad": false,
            "aliases": [
                [
                    "water",
                    "com/ibm/water",
                    "ioc",
                    "com/ibm/ioc"
                ]
            ],
            "has": {
                "dojo-undef-api": 1
            },
            "packages": [
                {
                    "name": "dojo",
                    "location": "/ibm/ioc/theme/1.10.3/idt/dojo"
                },
                {
                    "name": "dijit",
                    "location": "/ibm/ioc/theme/1.10.3/idt/dijit"
                },
                {
                    "name": "dojox",
                    "location": "/ibm/ioc/theme/1.10.3/idt/dojox"
                },
                {
                    "name": "gridx",
                    "location": "/ibm/ioc/theme/1.10.3/idt/gridx"
                },
                {
                    "name": "cometd",
                    "location": "/ibm/ioc/theme/1.10.3/idt/cometd"
                },
                {
                    "name": "idx",
                    "location": "/ibm/ioc/theme/1.10.3/idx"
                },
                {
                    "name": "idx_latest",
                    "location": "/ibm/ioc/theme/1.10.3/idx"
                },
                {
                    "name": "OpenLayers",
                    "location": "/ibm/ioc/theme/js/OpenLayers"
                },
                {
                    "name": "ioc",
                    "location": "/ibm/ioc/theme/js/ioc"
                },
                {
                    "name": "ioc_latest",
                    "location": "/ibm/ioc/theme/js/ioc"
                },
                {
                    "name": "water",
                    "location": "/ibm/water/widgets/js/water"
                },
                {
                    "name": "maximo",
                    "location": "/ibm/water/eam/widgets/js/maximo"
                },
                {
                    "name": "dojo_16",
                    "location": "/ibm/water/widgets/js/frameworks16/idt/dojo"
                },
                {
                    "name": "dijit_16",
                    "location": "/ibm/water/widgets/js/frameworks16/idt/dijit"
                },
                {
                    "name": "dojox_16",
                    "location": "/ibm/water/widgets/js/frameworks16/idt/dojox"
                },
                {
                    "name": "gridx_16",
                    "location": "/ibm/water/widgets/js/frameworks16/idt/gridx"
                },
                {
                    "name": "cometd_16",
                    "location": "/ibm/ioc/theme/1.10.3/idt/cometd"
                },
                {
                    "name": "idx_16",
                    "location": "/ibm/water/widgets/js/frameworks16/idx"
                },
                {
                    "name": "ioc_16",
                    "location": "/ibm/water/widgets/js/ioc16"
                },
                {
                    "name": "OpenLayers_16",
                    "location": "/ibm/water/widgets/js/ioc16/OpenLayers"
                }
            ],
            "locale": "${browserLocale}",
            "map": {
                "ioc_16": {
                    "dijit": "dijit_16",
                    "gridx": "gridx_16",
                    "OpenLayers": "OpenLayers_16",
                    "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                    "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "cometd": "cometd_16",
                    "idx": "idx_16",
                    "ioc": "ioc_16",
                    "dojox": "dojox_16",
                    "dojo": "dojo_16"
                },
                "idx_16": {
                    "dijit": "dijit_16",
                    "gridx": "gridx_16",
                    "OpenLayers": "OpenLayers_16",
                    "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                    "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "cometd": "cometd_16",
                    "idx": "idx_16",
                    "ioc": "ioc_16",
                    "dojox": "dojox_16",
                    "dojo": "dojo_16"
                },
                "dojox_16": {
                    "dijit": "dijit_16",
                    "gridx": "gridx_16",
                    "OpenLayers": "OpenLayers_16",
                    "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                    "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "cometd": "cometd_16",
                    "idx": "idx_16",
                    "ioc": "ioc_16",
                    "dojox": "dojox_16",
                    "dojo": "dojo_16"
                },
                "OpenLayers_16": {
                    "dijit": "dijit_16",
                    "gridx": "gridx_16",
                    "OpenLayers": "OpenLayers_16",
                    "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "cometd": "cometd_16",
                    "idx": "idx_16",
                    "ioc": "ioc_16",
                    "dojox": "dojox_16",
                    "dojo": "dojo_16"
                },
                "vds": {
                    "dijit": "dijit_16",
                    "gridx": "gridx_16",
                    "OpenLayers": "OpenLayers_16",
                    "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                    "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "cometd": "cometd_16",
                    "idx": "idx_16",
                    "ioc": "ioc_16",
                    "dojox": "dojox_16",
                    "dojo": "dojo_16"
                },
                "dojo_16": {
                    "dijit": "dijit_16",
                    "gridx": "gridx_16",
                    "OpenLayers": "OpenLayers_16",
                    "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                    "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "cometd": "cometd_16",
                    "idx": "idx_16",
                    "ioc": "ioc_16",
                    "dojox": "dojox_16",
                    "dojo": "dojo_16"
                },
                "dijit_16": {
                    "dijit": "dijit_16",
                    "gridx": "gridx_16",
                    "OpenLayers": "OpenLayers_16",
                    "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                    "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "cometd": "cometd_16",
                    "idx": "idx_16",
                    "ioc": "ioc_16",
                    "dojox": "dojox_16",
                    "dojo": "dojo_16"
                },
                "gridx_16": {
                    "dijit": "dijit_16",
                    "gridx": "gridx_16",
                    "OpenLayers": "OpenLayers_16",
                    "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                    "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "cometd": "cometd_16",
                    "idx": "idx_16",
                    "ioc": "ioc_16",
                    "dojox": "dojox_16",
                    "dojo": "dojo_16"
                },
                "maximo": {
                    "dijit": "dijit_16",
                    "gridx": "gridx_16",
                    "OpenLayers": "OpenLayers_16",
                    "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "dojo_latest/topic": "/ibm/ioc/theme/1.10.3/idt/dojo/topic",
                    "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                    "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "cometd": "cometd_16",
                    "idx": "idx_16",
                    "ioc": "ioc_16",
                    "dojox": "dojox_16",
                    "dojo": "dojo_16"
                },
                "*": {
                    "ioc/RestStore": "ioc_latest/RestStore",
                    "ioc/widget/Form": "ioc_latest/widget/Form"
                },
                "cometd_16": {
                    "dijit": "dijit_16",
                    "gridx": "gridx_16",
                    "OpenLayers": "OpenLayers_16",
                    "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                    "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "cometd": "cometd_16",
                    "idx": "idx_16",
                    "ioc": "ioc_16",
                    "dojox": "dojox_16",
                    "dojo": "dojo_16"
                },
                "water": {
                    "dijit": "dijit_16",
                    "gridx": "gridx_16",
                    "OpenLayers": "OpenLayers_16",
                    "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "dojo_latest/topic": "/ibm/ioc/theme/1.10.3/idt/dojo/topic",
                    "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                    "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "cometd": "cometd_16",
                    "idx": "idx_16",
                    "ioc": "ioc_16",
                    "dojox": "dojox_16",
                    "dojo": "dojo_16"
                }
            }
        },
        "scripts": [
            "/ibm/water/widgets/js/ioc16/OpenLayers/OpenLayers.js",
            "/ibm/ioc/theme/1.10.3/idt/dojo/dojo.js",
            "/ibm/ioc/theme/js/ioc/contentviewer/timeline.js",
            "/ibm/ioc/theme/js/ioc/contentviewer/timeline-locales.js",
            "/ibm/water/widgets/js/ibm_ilog/diagram/ibm_diagram_base.js.uncompressed.js",
            "/ibm/water/widgets/js/ibm_ilog/graphlayout/ibm_graphlayout_base.js",
            "/ibm/water/widgets/js/ibm_ilog/graphlayout/ibm_graphlayout_hierarchical.js",
            "/ibm/water/widgets/js/ibm_ilog/graphlayout/ibm_graphlayout_tree.js",
            "/ibm/water/widgets/js/ibm_ilog/graphlayout/ibm_graphlayout_forcedirected.js",
            "/ibm/water/widgets/js/ibm_ilog/graphlayout/ibm_graphlayout_basiclinkstyle.js",
            "/ibm/water/widgets/js/ibm_ilog/graphlayout/ibm_graphlayout_link.js",
            "/ibm/water/widgets/js/ibm_ilog/graphlayout/ibm_graphlayout_circular.js"
        ],
        "css": [
            "/ibm/ioc/theme/1.10.3/idt/dojo/resources/dojo.css",
            "/ibm/ioc/theme/1.10.3/idt/dijit/themes/dijit.css",
            "/ibm/ioc/theme/1.10.3/idt/dijit/themes/dijit_rtl.css",
            "/ibm/ioc/theme/1.10.3/idt/dijit/icons/commonIcons.css",
            "/ibm/ioc/theme/1.10.3/idt/dijit/icons/commonIcons_rtl.css",
            "/ibm/ioc/theme/1.10.3/idt/dijit/icons/editorIcons.css",
            "/ibm/ioc/theme/1.10.3/idt/dijit/icons/editorIcons_rtl.css",
            "/ibm/ioc/theme/1.10.3/idt/gridx/resources/Gridx.css",
            "/ibm/ioc/theme/1.10.3/idt/dojox/layout/resources/ResizeHandle.css",
            "/ibm/ioc/theme/1.10.3/idt/dojox/form/resources/TriStateCheckBox.css",
            "/ibm/ioc/theme/1.10.3/idt/dojox/layout/resources/FloatingPane.css",
            "${colorSchemeCss}",
            "/ibm/ioc/theme/js/OpenLayers/ol.css",
            "/ibm/ioc/theme/css/ioc_base.css",
            "/ibm/ioc/theme/css/sop.css",
            "/ibm/ioc/theme/js/ioc/contentviewer/template/timeline.css",
            "/ibm/ioc/theme/js/ioc/map/template/mapview_wrapper.css"
        ]
    },
    "compressedDojoDefinition": {
        "dojoConfig": {
            "isDebug": true,
            "async": true,
            "parseOnLoad": false,
            "aliases": [
                [
                    "water",
                    "com/ibm/water",
                    "ioc",
                    "com/ibm/ioc"
                ]
            ],
            "has": {
                "dojo-undef-api": 1
            },
            "packages": [
                {
                    "name": "dojo",
                    "location": "/ibm/ioc/theme/1.10.3/compressedJS/dojo"
                },
                {
                    "name": "dijit",
                    "location": "/ibm/ioc/theme/1.10.3/compressedJS/dijit"
                },
                {
                    "name": "dojox",
                    "location": "/ibm/ioc/theme/1.10.3/compressedJS/dojox"
                },
                {
                    "name": "gridx",
                    "location": "/ibm/ioc/theme/1.10.3/compressedJS/gridx"
                },
                {
                    "name": "cometd",
                    "location": "/ibm/ioc/theme/1.10.3/compressedJS/cometd"
                },
                {
                    "name": "idx",
                    "location": "/ibm/ioc/theme/1.10.3/compressedJS/idx"
                },
                {
                    "name": "idx_latest",
                    "location": "/ibm/ioc/theme/1.10.3/compressedJS/idx"
                },
                {
                    "name": "OpenLayers",
                    "location": "/ibm/ioc/theme/js/OpenLayers"
                },
                {
                    "name": "ioc",
                    "location": "/ibm/ioc/theme/1.10.3/compressedJS/ioc"
                },
                {
                    "name": "ioc_latest",
                    "location": "/ibm/ioc/theme/1.10.3/compressedJS/ioc"
                },
                {
                    "name": "water",
                    "location": "/ibm/water/widgets/js/compressedJS/water"
                },
                {
                    "name": "maximo",
                    "location": "/ibm/water/eam/widgets/js/maximo"
                },
                {
                    "name": "dojo_16",
                    "location": "/ibm/water/widgets/js/frameworks16/idt/dojo"
                },
                {
                    "name": "dijit_16",
                    "location": "/ibm/water/widgets/js/frameworks16/idt/dijit"
                },
                {
                    "name": "dojox_16",
                    "location": "/ibm/water/widgets/js/frameworks16/idt/dojox"
                },
                {
                    "name": "gridx_16",
                    "location": "/ibm/water/widgets/js/frameworks16/idt/gridx"
                },
                {
                    "name": "cometd_16",
                    "location": "/ibm/ioc/theme/1.10.3/compressedJS/cometd"
                },
                {
                    "name": "idx_16",
                    "location": "/ibm/water/widgets/js/frameworks16/idx"
                },
                {
                    "name": "ioc_16",
                    "location": "/ibm/water/widgets/js/ioc16"
                },
                {
                    "name": "OpenLayers_16",
                    "location": "/ibm/water/widgets/js/ioc16/OpenLayers"
                }
            ],
            "locale": "${browserLocale}",
            "map": {
                "ioc_16": {
                    "dijit": "dijit_16",
                    "gridx": "gridx_16",
                    "OpenLayers": "OpenLayers_16",
                    "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                    "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "cometd": "cometd_16",
                    "idx": "idx_16",
                    "ioc": "ioc_16",
                    "dojox": "dojox_16",
                    "dojo": "dojo_16"
                },
                "idx_16": {
                    "dijit": "dijit_16",
                    "gridx": "gridx_16",
                    "OpenLayers": "OpenLayers_16",
                    "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                    "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "cometd": "cometd_16",
                    "idx": "idx_16",
                    "ioc": "ioc_16",
                    "dojox": "dojox_16",
                    "dojo": "dojo_16"
                },
                "dojox_16": {
                    "dijit": "dijit_16",
                    "gridx": "gridx_16",
                    "OpenLayers": "OpenLayers_16",
                    "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                    "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "cometd": "cometd_16",
                    "idx": "idx_16",
                    "ioc": "ioc_16",
                    "dojox": "dojox_16",
                    "dojo": "dojo_16"
                },
                "OpenLayers_16": {
                    "dijit": "dijit_16",
                    "gridx": "gridx_16",
                    "OpenLayers": "OpenLayers_16",
                    "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "cometd": "cometd_16",
                    "idx": "idx_16",
                    "ioc": "ioc_16",
                    "dojox": "dojox_16",
                    "dojo": "dojo_16"
                },
                "vds": {
                    "dijit": "dijit_16",
                    "gridx": "gridx_16",
                    "OpenLayers": "OpenLayers_16",
                    "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                    "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "cometd": "cometd_16",
                    "idx": "idx_16",
                    "ioc": "ioc_16",
                    "dojox": "dojox_16",
                    "dojo": "dojo_16"
                },
                "dojo_16": {
                    "dijit": "dijit_16",
                    "gridx": "gridx_16",
                    "OpenLayers": "OpenLayers_16",
                    "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                    "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "cometd": "cometd_16",
                    "idx": "idx_16",
                    "ioc": "ioc_16",
                    "dojox": "dojox_16",
                    "dojo": "dojo_16"
                },
                "dijit_16": {
                    "dijit": "dijit_16",
                    "gridx": "gridx_16",
                    "OpenLayers": "OpenLayers_16",
                    "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                    "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "cometd": "cometd_16",
                    "idx": "idx_16",
                    "ioc": "ioc_16",
                    "dojox": "dojox_16",
                    "dojo": "dojo_16"
                },
                "gridx_16": {
                    "dijit": "dijit_16",
                    "gridx": "gridx_16",
                    "OpenLayers": "OpenLayers_16",
                    "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                    "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "cometd": "cometd_16",
                    "idx": "idx_16",
                    "ioc": "ioc_16",
                    "dojox": "dojox_16",
                    "dojo": "dojo_16"
                },
                "maximo": {
                    "dijit": "dijit_16",
                    "gridx": "gridx_16",
                    "OpenLayers": "OpenLayers_16",
                    "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "dojo_latest/topic": "/ibm/ioc/theme/1.10.3/idt/dojo/topic",
                    "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                    "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "cometd": "cometd_16",
                    "idx": "idx_16",
                    "ioc": "ioc_16",
                    "dojox": "dojox_16",
                    "dojo": "dojo_16"
                },
                "*": {
                    "ioc/RestStore": "ioc_latest/RestStore",
                    "ioc/widget/Form": "ioc_latest/widget/Form"
                },
                "cometd_16": {
                    "dijit": "dijit_16",
                    "gridx": "gridx_16",
                    "OpenLayers": "OpenLayers_16",
                    "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                    "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "cometd": "cometd_16",
                    "idx": "idx_16",
                    "ioc": "ioc_16",
                    "dojox": "dojox_16",
                    "dojo": "dojo_16"
                },
                "water": {
                    "dijit": "dijit_16",
                    "gridx": "gridx_16",
                    "OpenLayers": "OpenLayers_16",
                    "ioc/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "dojo_latest/topic": "/ibm/ioc/theme/1.10.3/idt/dojo/topic",
                    "idx_latest/layout/ContentPane": "dijit_16/layout/ContentPane",
                    "ioc_16/com/ibm/ioc/i18n": "ioc_latest/i18n",
                    "cometd": "cometd_16",
                    "idx": "idx_16",
                    "ioc": "ioc_16",
                    "dojox": "dojox_16",
                    "dojo": "dojo_16"
                }
            }
        },
        "scripts": [
            "/ibm/water/widgets/js/ioc16/OpenLayers/OpenLayers.js",
            "/ibm/water/widgets/js/compressedJS/water/water.js",
            "/ibm/ioc/theme/1.10.3/compressedJS/dojo/dojo.js",
            "/ibm/ioc/theme/1.10.3/compressedJS/ioc/layers/common.js",
            "/ibm/ioc/theme/1.10.3/compressedJS/ioc/layers/${nlsLayerName}",
            "/ibm/ioc/theme/js/ioc/contentviewer/timeline.js",
            "/ibm/ioc/theme/1.10.3/compressedJS/ioc/contentviewer/timeline-locales.js",
            "/ibm/water/widgets/js/ibm_ilog/diagram/ibm_diagram_base.js.uncompressed.js",
            "/ibm/water/widgets/js/ibm_ilog/graphlayout/ibm_graphlayout_base.js",
            "/ibm/water/widgets/js/ibm_ilog/graphlayout/ibm_graphlayout_hierarchical.js",
            "/ibm/water/widgets/js/ibm_ilog/graphlayout/ibm_graphlayout_tree.js",
            "/ibm/water/widgets/js/ibm_ilog/graphlayout/ibm_graphlayout_forcedirected.js",
            "/ibm/water/widgets/js/ibm_ilog/graphlayout/ibm_graphlayout_basiclinkstyle.js",
            "/ibm/water/widgets/js/ibm_ilog/graphlayout/ibm_graphlayout_link.js",
            "/ibm/water/widgets/js/ibm_ilog/graphlayout/ibm_graphlayout_circular.js"
        ],
        "css": [
            "/ibm/ioc/theme/1.10.3/compressedJS/dojo/resources/dojo.css",
            "/ibm/ioc/theme/1.10.3/compressedJS/dijit/themes/dijit.css",
            "/ibm/ioc/theme/1.10.3/compressedJS/dijit/themes/dijit_rtl.css",
            "/ibm/ioc/theme/1.10.3/compressedJS/dijit/icons/commonIcons.css",
            "/ibm/ioc/theme/1.10.3/compressedJS/dijit/icons/commonIcons_rtl.css",
            "/ibm/ioc/theme/1.10.3/compressedJS/dijit/icons/editorIcons.css",
            "/ibm/ioc/theme/1.10.3/compressedJS/dijit/icons/editorIcons_rtl.css",
            "/ibm/ioc/theme/1.10.3/compressedJS/gridx/resources/Gridx.css",
            "/ibm/ioc/theme/1.10.3/compressedJS/dojox/layout/resources/ResizeHandle.css",
            "/ibm/ioc/theme/1.10.3/compressedJS/dojox/form/resources/TriStateCheckBox.css",
            "/ibm/ioc/theme/1.10.3/compressedJS/dojox/layout/resources/FloatingPane.css",
            "${colorSchemeCss}",
            "/ibm/ioc/theme/js/OpenLayers/ol.css",
            "/ibm/ioc/theme/css/ioc_base.css",
            "/ibm/ioc/theme/css/sop.css",
            "/ibm/ioc/theme/js/ioc/contentviewer/template/timeline.css",
            "/ibm/ioc/theme/js/ioc/contentviewer/template/timeline.css"
        ]
    },
    "topWidget": {
        "moduleName": "ioc/theme/widget/Banner",
        "properties": {}
    },
    "centerWidget": {
        "moduleName": "ioc/contentviewer/ContentViewerWidget",
        "properties": {
            "tabs": [
                {
                    "moduleName": "water/map/MapViewWrapper",
                    "name": "contentViewTab-Map"
                },
                {
                    "moduleName": "water/list/ListViewWrapper",
                    "name": "contentViewTab-List"
                },
                {
                    "moduleName": "water/logicalmap/LogicalMapViewWrapper",
                    "name": "contentViewTab-LogicalMap"
                }
            ]
        }
    },
    "resourceId": 105,
    "lastUpdateDate": 1538061170620,
    "authAddOnly": false
}

HTTP return codes

The HTTP PUT method returns one of the following status codes:
Table 4. Return codes
Code Description
200 OK
401 Unauthorized
403 Forbidden
404 Not found
500 Internal server error