update_record: Update a record

Description Usage Arguments Value

Description

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.

Usage

1
update_record(air_options, table, record_id, fields, method = "PATCH")

Arguments

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"

Value

A request object


jsng/AirtableR documentation built on May 20, 2019, 2:09 a.m.