PUT method - how do I update values in my Tiggzi database using user inputs?
Hi,
I am creating a REST service to update values in my Tiggzi database based on user inputs. I understand that this requires the PUT method.
However, I am not sure what I should specify for the URL, request parameters and response parameters when setting up the REST service.
I have not been able to find any tutorials, documentation or examples to guide me.
Can someone please advise?
Thanks.