Revert "Return numbers as numbers on all API endpoints" (14cd6ca3bf, fixes #1564)

This commit is contained in:
Bernd Bestel
2021-08-20 21:45:56 +02:00
parent 1d5ca5ed64
commit 2c0b6368e1
3 changed files with 9 additions and 4 deletions

View File

@@ -114,6 +114,8 @@
### API improvements/fixes
> ❗ Numbers are now returned as numbers (so technically without quotes around them, were strings for nearly all endpoints before - should practically be no real difference)
>
> => ❗❗❗ This has been reverted after this (v3.1.0) release since it had unintended side effects
- Added a new endpoint `/system/localization-strings` to get the localization strings (gettext JSON representation; in the by the user desired language)
- Added a new endpoint `/recipes/{recipeId}/copy` to copy a recipe
- The `GET /chores` endpoint now also returns the `next_execution_assigned_user` object per chore (like the endpoint `GET /chores/{choreId}` already did for a single chore)