Create Applet
POST {{baseUrl}}/v1/applet
Create a new Applet that can be assigned to the device.
Body
Content-type:
application/json
or application/x-www-form-urlencoded
Field | Type | Required | Description |
---|---|---|---|
name | string | required | Your new Applet name, eg. Cool Applet |
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
{}