You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Return status code 200 when PATCHing without changing rows
This partially reverts PostgREST#1257 / PostgREST#1272 / 5535317 where the 404 was introduced.
A 406 error is still returned when requesting a single object via accept header.
Returning an error when no rows are changed can be introduced through a different syntax again, see the discussion in PostgREST#2164.
FixesPostgREST#2343
Signed-off-by: Wolfgang Walther <[email protected]>
0 commit comments