Hi all,
Using the dentally sandbox application we have the option to add ‘custom_fields’ to a patient entity.

These fields can then be updated from the patient view.

But I can’t find the way to create the ‘custom_fields’ via the public API.
Similarly when trying to update a patient, passing along the ‘custom_fields’ property does not update the values set.
I’m trying to have a Dentally user set some custom value’s on the patient entity that can be accessed by a 3rd party application. Using the API we use the ‘metadata’ property but the Dentally user has not access to that. And vice versa the API has no access to set the ‘custom_fields’ but the Dentally user can.
Is there a possible workaround for this?