Skip to content

Release v2.2025.02.03.0

Latest
Compare
Choose a tag to compare
@kritsel kritsel released this 03 Feb 20:20
· 3 commits to main since this release

All changes are relative to the previously released version.

invitation operations

  • GET /homes/{homeId}/invitations: new
  • POST /homes/{homeId}/invitations: new
  • DELETE /homes/{homeId}/invitations\{invitationToken}: new
  • POST /homes/{homeId}/invitations\{invititationToken}\resend: new

schema object changes:

  • Home.awayRadiusInMeters: changed type from integer to number (float)
  • Invitation: new
  • InvitationRequest: new
  • InvitationToken: new