This repository was archived by the owner on Mar 13, 2025. It is now read-only.
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
[$5] Use new endpoint to get member suggestions #61
Closed
Description
To fix the first part of the issue #51.
We've implemented a proxy endpoint in TaaS API which would return member suggestions no only to admins, but also to Booking Manager users.
So we have to update Admin App to not use ${config.API.V3}/members/_suggest/${fragment}
and use /v5/taas-teams/members-suggest/{fragment}.
Update code to do so.