1

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)

flag

1 Answer

1

Hi Matt! While /Api/1.0/Repo/{ixRepo} is a GET request, requests to /Api/1.0/Repo/{ixRepo}/Push/{ixTargetRepo} must be a POST. I've updated the documentation to reflect this. Sorry for the trouble.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.