Updates a resource record from Flexio (only the given fields)

patchFlexioRecord(flexioURL, account, resourceName, auth, recordID, data,
  fields = c(), verbose = FALSE)

Arguments

flexioURL

URL of Flexio's API

account

flexio account

resourceName

name of the flexio resource

auth

flexio authentification token

recordID

: the ID of the record you want

data

: the data you want to use

fields

: the fields you want to update (leave it empty to update all the fields)

verbose

set it to TRUE to print the request details

See also

Other Flexio Interaction: deleteFlexioRecord, downloadFlexioFile, getFlexioRecord, getFlexioResourceFieldsTypes, getFlexioResourceSchema, getFlexioResource, postFlexioResource, putFlexioRecord