alf_PUT: Alfresco PUT method
Description
Helper to make a PUT call to the Alfresco REST API
Usage
alf_PUT(endpoint, ticket, params = list(), as = c("json", "raw"),
body = NULL)
Arguments
params
optional list of parameters
as
return as json
(default), raw
Value
result based on format provided