Who would benefit? |
Everyone building integrations |
What impact would it make? |
Simplify preparation for using entities:upsert rest api call in case making a link between existing entities.
the answer from the endpoint is - "Internal server error" and to solve it - it's need to provide all the existing mandatory field values -- |
How should it work? |
entities:upsert endpoint is sophisticated enough to understand that the call is about links manipulation, all entities exist, so - no need to have all mandatory fieldValues. |
Why is it needed? |
at the moment, it's required to
all this makes an unnecessary load to the system, especially in case of massive data manipulation, like data migration or systems synchronization. |
Additional feedback, background or context: