I'm trying to integrate our app with the recently added "reassign plan owner" API ("PUT /plans/{id}/owner").
If a plan is assigned to a specific team, calling the API to assign a different user will remove the project's team assignment.
There is no documented way to specify a team when using this API.
For our use-case this API would be more useful if we could avoid removing the team assignment, or specify explicitly which team the project should be assigned to.