Update Applet Version
PUT {{baseUrl}}/v1/applet/:appletUid/version/:appletVersion
Update existing Applet version of the Applet by appletUid
and appletVersion
.
To update any of your Applet version you need just new version of HTML (binary).
There is a better way, use signageOS CLI for creating multifile Applets
Parameters
Field | Type | Required | Description |
---|---|---|---|
appletUid | string | required | Unique Applet identification |
appletVersion | string (semver) | optional | Version of your Applet, e.g. 1.0.12 |
Body
content-type: application/json
or application/x-www-form-urlencoded
Field | Type | Required | Description |
---|---|---|---|
binary | string | required | HTML file as string |
frontAppletVersion | string (semver) | required | Version of Content Applet JS API |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{}