Update Core App Version
PUT {{baseUrl}}/v1/device/:deviceUid/application/:applicationType/version
Request upgrade of the signageOS Core App version by deviceUid
.
Parameters
Field | Type | Required | Description |
---|---|---|---|
deviceUid | string | required | Device application id |
applicationType | string - ‘sssp’ ‘tizen’ ‘webos’ ‘android’ ‘chrome’ ‘default’ | required | One of supported applicationTypes |
Body
content-type: application/json
or application/x-www-form-urlencoded
Field | Type | Description |
---|---|---|
version | string | sOS Core App version you want to set to device |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{}