-
Notifications
You must be signed in to change notification settings - Fork 0
Deprecations, Deviations and Deletions
Alex Justesen edited this page Mar 13, 2025
·
2 revisions
While deviations from the currently implementation are avoided in some cases we've made the conscious decision to make changes that improve the API. Below are a list of the current v1
deprecations, deviations and deletions.
- none atm
- When validation fails a
422
HTTP response status code will be returned, this is a changed from400
. - When an invalid
brewery type
is provided a validation error will be thrown, this is a change from responding with an empty payload.
-
v1/autocomplete
endpoint was removed.