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'