API Changelog 2.4.4 vs. 2.5.0
· 3 min read
GET /api/system/metadata
- new endpoint added
GET /api/external-squads
- ⚠️ removed the required property 'response/externalSquads/items/customRemarks/emptyInternalSquads' from the response with the '200' status
- added the required property 'response/externalSquads/items/customRemarks/HWIDMaxDevicesExceeded' to the response with the '200' status
- added the required property 'response/externalSquads/items/customRemarks/HWIDNotSupported' to the response with the '200' status
PATCH /api/external-squads
- ⚠️ added the new required request property 'customRemarks/HWIDMaxDevicesExceeded'
- ⚠️ added the new required request property 'customRemarks/HWIDNotSupported'
- ⚠️ removed the required property 'response/customRemarks/emptyInternalSquads' from the response with the '200' status
- ⚠️ removed the request property 'customRemarks/emptyInternalSquads'
- added the required property 'response/customRemarks/HWIDMaxDevicesExceeded' to the response with the '200' status
- added the required property 'response/customRemarks/HWIDNotSupported' to the response with the '200' status
POST /api/external-squads
- ⚠️ removed the required property 'response/customRemarks/emptyInternalSquads' from the response with the '201' status
- added the required property 'response/customRemarks/HWIDMaxDevicesExceeded' to the response with the '201' status
- added the required property 'response/customRemarks/HWIDNotSupported' to the response with the '201' status
POST /api/external-squads/actions/reorder
- ⚠️ removed the required property 'response/externalSquads/items/customRemarks/emptyInternalSquads' from the response with the '200' status
- added the required property 'response/externalSquads/items/customRemarks/HWIDMaxDevicesExceeded' to the response with the '200' status
- added the required property 'response/externalSquads/items/customRemarks/HWIDNotSupported' to the response with the '200' status
GET /api/external-squads/{uuid}
- ⚠️ removed the required property 'response/customRemarks/emptyInternalSquads' from the response with the '200' status
- added the required property 'response/customRemarks/HWIDMaxDevicesExceeded' to the response with the '200' status
- added the required property 'response/customRemarks/HWIDNotSupported' to the response with the '200' status
GET /api/subscription-settings
- ⚠️ removed the required property 'response/customRemarks/emptyInternalSquads' from the response with the '200' status
- added the required property 'response/customRemarks/HWIDMaxDevicesExceeded' to the response with the '200' status
- added the required property 'response/customRemarks/HWIDNotSupported' to the response with the '200' status
PATCH /api/subscription-settings
- ⚠️ added the new required request property 'customRemarks/HWIDMaxDevicesExceeded'
- ⚠️ added the new required request property 'customRemarks/HWIDNotSupported'
- ⚠️ removed the required property 'response/customRemarks/emptyInternalSquads' from the response with the '200' status
- ⚠️ removed the request property 'customRemarks/emptyInternalSquads'
- added the required property 'response/customRemarks/HWIDMaxDevicesExceeded' to the response with the '200' status
- added the required property 'response/customRemarks/HWIDNotSupported' to the response with the '200' status
POST /api/users/{uuid}/actions/revoke
- added the new optional request property 'revokeOnlyPasswords'