mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 05:25:26 +02:00
feat: User Tooltip (#4319)
This commit is contained in:
parent
a2bdb02a7f
commit
e06572b7ca
23 changed files with 164 additions and 80 deletions
|
@ -37,6 +37,7 @@ These endpoints have moved, but are otherwise unchanged:
|
|||
- `/explore/recipes/{group_slug}` -> `/explore/groups/{group_slug}/recipes`
|
||||
|
||||
`/groups/members` previously returned a `UserOut` object, but now returns a `UserSummary`. Should you need the full user information (username, email, etc.), rather than just the summary, see `/households/members` instead for the household members.
|
||||
`/groups/members` previously returned a list of users, but now returns paginated users (similar to all other list endpoints).
|
||||
|
||||
These endpoints have been completely removed:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue