2022 R3 Release
# General
# JWT
- Changed JWT signing algorithm from
HS256
toRS256
- Added
kid
to JWT header - Use dynamic token issuer in
iss
JWT header for different environments
# New Features
# Account
GET /account/viq/default-device-password
: Get the default device password in the accountPUT /account/viq/default-device-password
: Update the default device password in the account
# Device
PUT /devices/{id}/description
: Change description for a given device
# Enhancements
# Schema
XiqDevice
: New propertydescription
, which is used in the response of the below endpointsGET /devices
GET /devices/{id}
LastUpdated: 2022/05/26, 13:30:46