You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After reading through the persons.go and person_fields.go files, am I right in thinking that this library does not currently support custom fields for a Person object?
As in, if I create a PersonField for a Person object through the api, say arbitrary_field there isn't a way to then use the client to update a Person with information like arbitrary_field = foobarbaz?
The text was updated successfully, but these errors were encountered:
Hello!
After reading through the persons.go and person_fields.go files, am I right in thinking that this library does not currently support custom fields for a Person object?
As in, if I create a PersonField for a Person object through the api, say
arbitrary_field
there isn't a way to then use the client to update a Person with information likearbitrary_field = foobarbaz
?The text was updated successfully, but these errors were encountered: