How to combine vertical filtering and horizontal filtering ? #3521
-
With a I tried some stuff like : |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The What you need is the
|
Beta Was this translation helpful? Give feedback.
-
Thanks, now I know that |
Beta Was this translation helpful? Give feedback.
The
select
query parameter is used for Vertical Filtering, when using thePrefer: return=representation
header. In other words,select
filters the returned row(s) after the update is done.What you need is the
columns
query parameter, which takes only the keys specified from the payload sent with thePATCH
request. See Specifying Columns in the docs, it works the same for Inserts and Updates. In your case, replace select with columns, like this: