upgradeCurrentVersion

post

/ccadmin/v1/jsframeworkadmin/upgradeVersion

Upgrade Current Version. Upgrades the the current Storefront Javascript framework to the latest version.

Request

Supported Media Types
Query Parameters
Body ()
Root Schema : upgradeCurrentVersion_request
Show Source
Example:
POST /ccadminui/v1/jsframeworkadmin/upgradeVersion
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : upgradeCurrentVersion_response
Type: object
Show Source
Example Response (application/json)
{
    "storefrontVersion":"17.1",
    "success":true,
    "previousVersion":"16.6",
    "UpgradeMessage":"SiteUs already in latest Version.",
    "links":[
        {
            "rel":"self",
            "href":"http://localhost:9080/ccadminui/v1/jsframeworkadmin/upgradeVersion"
        }
    ],
    "currentVersion":"17.1"
}

Default Response

The error response. The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud: |Error Code|Description| |------------------|------------------| |30102|Unable to upgrade to the previous version Storefront framework| |30105|No site found| |30104|Unable to upgrade as the framework is already the latest version|
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top