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
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"message":"\u003cstring\u003e"}