Relation field not exposed via api

I've created a new relation field in my data models and would like to update the records via the api, but the field is not exposed in the update endpoint. Is this possible?
1 Reply
ɃØĦɆᵾS
ɃØĦɆᵾS2mo ago
I'm not sure if that's a correct behavior ( @prastoin could you please confirm?) but from what I can see, the object to which relation has been created has information about relation Small example: there's relation between people and companies where relation has been created in people object, in UI doesn't matter which way it's connected but in API relation can be created only by giving personId while creating company record, not the other way

Did you find this page helpful?