Probably a question with a very straightforward answer but I couldn’t find an appropriate example in the docs!
Say I have table records
with the following three custom properties propA
, probB
and probC
and there’s one record in it with all three values assigned. There no default values for any of the properties.
For that record, I would like to update the value propA
using a PUT request, but without having to pass the same date for the other two properties in the request body. This is something relatively easy to do in SQL.