I'm having trouble getting the "Api/{version}/Repo/{ixRepo}/Push/{ixTargetRepo}" GET request to work.
This returns the expected JSON:
https://myaccount.kilnhg.com/Kiln/Api/1.0/Repo/5?token=mytoken
But this redirects to a File Not Found page:
https://myaccount.kilnhg.com/Kiln/Api/1.0/Repo/5/Push/4?token=mytoken
(It sends me to https://myaccount.kilnhg.com/Kiln/FileNotFound?aspxerrorpath=/Kiln/Api/1.0/Repo/5/Push/4)
I'm using On Demand, with Kiln Version 2.2.29.0 (DB 94)