Skip to main content

Update Applet Version

PUT 

/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

FieldTypeRequiredDescription
appletUidstringrequiredUnique Applet identification
appletVersionstring (semver)optionalVersion of your Applet, e.g. 1.0.12

Body

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

FieldTypeRequiredDescription
binarystringrequiredHTML file as string
frontAppletVersionstring (semver)requiredVersion of Content Applet JS API

Request

Responses

OK

Response Headers
    Content-Type