Hello.
I am struggling with the patch url format to update a row…
On the API for my database, it lists the following:
https://mysite.com/api/database/rows/table/10121/{row_id}/?user_field_names=true
I know my table ID is 10121 and the row id is 114. The field I want to update in that row is field_81781…
Can someone run me through the correct URL format to update field 81781 (which is a string) to a new value of “test” ?
I’ve tried something like:
https://mysite.com/api/database/rows/table/10121/114/?filter__field_81781__contains=test
I would appreciate any help in this matter.
Thanks folks!