Description Usage Arguments Value
update_record updates a record by issuing PATCH or PUT request to a record endpoint.
Note that if you use PUT method, any fields that are not included will be cleared.
1  | update_record(air_options, table, record_id, fields, method = "PATCH")
 | 
air_options | 
 A list  | 
table | 
 A length-one character vector  | 
record_id | 
 A length-one character vector  | 
fields | 
 A list for fields  | 
method | 
 A length-one character vector. The default is "PATCH"  | 
A request object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.