2022 R3 Release
# General
# JWT
- Changed JWT signing algorithm from
HS256toRS256 - Added
kidto JWT header - Use dynamic token issuer in
issJWT 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 /devicesGET /devices/{id}
LastUpdated: 2022/05/26, 13:30:46