We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 38323
    • 26 Posts
    Followed setting up MODX modRestService using https://gist.github.com/splittingred/2346752. Everting is working just fine.

    Running into one problem; I'm using the modResource Class.
    GET works okay, can fetch MODX resources
    POST works okay, can create new MODX resource
    PUT ... nothing happens.

    Do I have to send additional params or do I have to login somehow to be able tot use PUT? Using PUT with with another Class doesn't seem to work either...

    Help?