Hi
A clarification would be appreciated here for someone not at all technical. I have an Appgyver front end and utilise the ‘Users’ table for registration, login, etc.
Recently I added an API for the user to delete their account and after a few hours (or a day!), somehow managed to realise that I was missing the ‘data’ in my URL for what Appgyver calls the ‘DELETE RECORD (DELETE)’ api;
https://eu-api.backendless.com/DE9*******************/data/users/{objectId}
Things is, in my ‘UPDATE RECORD (PUT)’ api, I don’t have ‘data’ and it works just fine;
https://eu-api.backendless.com/DE9*******************/users/{objectId}
Same for all my other APIs to the ‘Users’ table…that is how I have always done it since I first created the register and login APIs using the available documentation. My register API for example is
https://eu-api.backendless.com/DE***********/users/register/[id]
Not being techincal, I learn this stuff a lot of the time just looking for patters of how things work, so this inconsistency has blown my mind!
Thanks
Paul