upgradeAgentCurrentVersion

post

/ccadmin/v1/jsframeworkadmin/upgradeAgentVersion

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

Request

Supported Media Types
Body ()
Root Schema : upgradeAgentCurrentVersion_request
Show Source
Example:
POST /ccadminui/v1/jsframeworkadmin/upgradeAgentVersion
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : upgradeAgentCurrentVersion_response
Type: object
Show Source
Example Response (application/json)
{
    "success":true,
    "previousVersion":"19.5.4-SNAPSHOT",
    "agentVersion":"19.5.6-SNAPSHOT",
    "links":[
        {
            "rel":"self",
            "href":"/ccadminui/v1/jsframeworkadmin/upgradeAgentVersion"
        }
    ],
    "currentVersion":"19.5.6-SNAPSHOT"
}

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