I am trying to leverage the V3 rest API to update the owner of a workflow using the PUT /v3/workflows/{workflowID} operation but am receiving a 400 error. Are there currently any known limitations/bugs?
Additional notes:
- User [TO] was added to user [FROM]'s private studio/subscription before initiating the request per docs.
- Some request data fields were omitted per the docs (I also tried with the fields explicitly too though).
- Server Version - 2021.4.2.07064
- I have attached a screenshot of the swaggerUI but can provide additional information on request.
Thanks in advance!