API Endpoints only work with long API endpoint URL

Hi everyone
I’m using latest mimoLive v6.9 (30474) and experience, that automation scripts only work using the long API endpoint URLs. However this is very uncool if - like I do - you change regular a show file and save it as another file. Then, the long API endpoint URLs change and therefore all the automations have to be actualized. All the time…

E.g. I’m expecting this to work:
outputOn(“4E202E28-1382-44CC-B864-18577AB779A6”)

But it only works using this:
outputOn(“/api/v1/documents/287928043/output-destinations/4E202E28-1382-44CC-B864-18577AB779A6”)

This worked in the past. Is it possible that something has changed on this front?
And: I only have one file running at a time.

Many thanks..

Im running v6.10 and the short endpoints are working and have been through several mimo version updates. Sorry not much help, what result do you get on the long version does timeout or just nothing at all?

Thanks to your post, I saw that I’m not running the latest version. So I updated to v6.10 and then it works like expected. Thanks a lot! :smiley:
Before, the command was running and it was counting down a timeout time before the script came to the next step.