Hello,
I don't have an Issue as much as a question. I'm trying to update a field on a custom collection item through the Rest API. This field is not on the item root (this I have managed) but on a relationship link.
Simplified example: I have a custom collection 'tasks' and on these I have made a relationship to the user column. The relationship ('taskUserRel') has a field 'taskUserRelRole' which describes whether somebody is in charge of the task, contributor or observer. I want to update this field.
The Payload Docs don't yield any example for the PATCH queries that would help me figure out the correct syntax for updating the relationship.
Can somebody point me to a an example / documentation?
Thanks and have a good one