Hi, all. I just create a REST API from one on my entities, and let it be ‘Client’. I want to expose the put method to update a client object. So do I need to list all the clients, get all the ids, and then change an object with the id, and call the put method to update the client object?? But when I debug the API, I don’t have a way to inject the id to the parameter. What is the correct way to update objects using the REST API? TIA Andes
↧