BackendAPIActionSQL UpdateOn this pageSQL UpdateUpdates a specific entry on the configured table. You should bind this action to a route i.e. PUT /product/:id.Request{ "title": "lorem", "price": 59.99, "content": "ipsum"}Response{ "success": true, "message": "Entry successfully updated"}