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

FieldTypeRequiredDescription
appletUidstringrequiredUnique Applet identification

Body

content-type: application/json or application/x-www-form-urlencoded

FieldTypeRequiredDescription
binarystringrequiredHTML file
versionstring (semver)requiredVersion of your Applet, e.g. 1.0.12
frontAppletVersionstring (semver)requiredVersion of Content Applet JS API
entryFilestringoptionalEntry 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

KeyDatatypeRequiredDescription
x-authstringAuthorization key and token
Content-Typestring
Content-Typestring
Acceptstring

RESPONSES

status: Created

{}