Inverse Properties via API?

Hi,

When using the REST API to create new Items, the Inverse Properties do not appear to be applied. I note in the docs it says the CSV import doesn’t apply the Inverse Properties, is this also the case for the REST API, or do I have a different issue?

John.

1 Like

Inverse Properties requires you to “opt in” to having the inverses created for a request, by passing

'inverse_properties_set_inverses': true

in the JSON request body.

Ah, fantastic, thanks John. Might want to add that to the docs :slight_smile:

John.