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
selectquery parameter is used for Vertical Filtering, when using thePrefer: return=representationheader. In other words,selectfilters the returned row(s) after the update is done.What you need is the
columnsquery parameter, which takes only the keys specified from the payload sent with thePATCHrequest. See Specifying Columns in the docs, it works the same for Inserts and Updates. In your case, replace select with columns, like this: