Update an existing row by its record ID. The operation is performed synchronously and returns the updated row.
1curl -X PUT "https://sheetbridge.adalo.com/api/v1/bridge/{bridgeId}/{sheetId}/{recordId}" \ 2 -H "Content-Type: application/json" \ 3 -H "Authorization: Bearer YOUR_TOKEN" \ 4 -d '{"name": "Phillip Updated", "email": "phillip.new@example.com", "can_attend": "false"}'
1{ 2 "status": "completed", 3 "sheetbridge_id": "550e8400-e29b-41d4-a716-446655440000", 4 "name": "Phillip Updated", 5 "email": "phillip.new@example.com", 6 "can_attend": "false" 7}
1{ 2 "name": "Phillip Updated", 3 "email": "phillip.new@example.com", 4 "can_attend": "false" 5}
bridgeId
sheetId
recordId
sheetbridge_id
404
401
403
429
500
No Results Found
Please enter a search term to get started.