This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
We have extended our Early Bird Tickets for Inspire 2023! Discounted pricing goes until February 24th. Save your spot!
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:
Thanks in advance!
Solved! Go to Solution.
In case anyone else stumbles on this and is having the same issue. The underlying problem was that I did not specify the [othersMayDownload] or [othersCanExecute] parameters. the current documentation indicates that the default behavior should be for the flag to stay the same as before but it appears this is not currently the case. Explicitly calling [othersMayDownload] and/or [othersCanExecute] == true produces a successful PUT request.