Create Applet Version
POST {{baseUrl}}/v1/applet/:appletUid/version
To create new Applet version you need just a 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 |
Body
content-type: application/json
or application/x-www-form-urlencoded
Field | Type | Required | Description |
---|---|---|---|
binary | string | required | HTML file |
version | string (semver) | required | Version of your Applet, e.g. 1.0.12 |
frontAppletVersion | string (semver) | required | Version of Content Applet JS API |
entryFile | string | optional | Entry file name |
Assigning Applet to Device
Looking for a way how to set Applet to device? The endpoint you are looking for is called Timing.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{}