Assign an applet to a device

POST {{baseUrl}}/v1/device/:deviceUid/applet

Assign an applet to a device

Request Body

{"appletUid"=>"<string>", "appletVersion"=>"<string>", "active"=>true}

HEADERS

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

RESPONSES

status: OK

{&quot;message&quot;:&quot;\u003cstring\u003e&quot;}