@m_menon wrote:
Can I have a simple example on how to use platform.api.put to update a single record in the db (included SQLite database) service using a where clause. I want to only update only 1 field. Something similar to the below SQL query, just to make it more clear
Update tblExample set name='John Doe' where lastname = 'doe'
How do I achieve the same with a REST API. I guess I'd need to use PUT method.
Thanks,
M.M
Posts: 2
Participants: 2