Skip to main content

Update Timing

PUT 

/v1/timing/:timingUid

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

This endpoint is deprecated, please use device/applet instead

Timing might be a misleading name (apologies), but it has nothing to do with scheduling content. Timing is an endpoint that will allow you to set your Applet on device.

Update device Timing with the selected Applet and assign it to the device. You can update the applet version and more.

Remarks on startsAt and endsAt:

  • When you set endsAt to timing, it sticks to device until applet with later startsAt date is in the system. In the most of cases you just set startsAt and endsAt date to the same value.
  • configuration values have to be always a key-value pairs where value is a string. To pass JSON object use JSON.stringify()

Request

Responses

No content