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
The method assign in the RestObject should allow for providing a list of empty children. According to the REST Api documentation this is the mechanism that should be used to unassign all the children from a parent. Current this method is enforcing that the list of children cannot be empty which is inconsistent with the REST Api behavior.
The text was updated successfully, but these errors were encountered:
@rvichery please take a look at this issue as it is blocking integration with OSC when we try to clean up objects. I am sending a PR to fix the problem.
The method
assign
in theRestObject
should allow for providing a list of empty children. According to the REST Api documentation this is the mechanism that should be used to unassign all the children from a parent. Current this method is enforcing that the list of children cannot be empty which is inconsistent with the REST Api behavior.The text was updated successfully, but these errors were encountered: