Skip to main content

API Changelog 2.4.4 vs. 2.5.0

ยท 3 min read
Remnawave
Maintainer

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'