Generic REST resource update.
rockr.put(
conn,
...,
query = list(),
body = "",
contentType = "application/json",
callback = NULL
)A rockr connection object.
Resource path segments.
Named list of query parameters.
The body of the request.
The type of the body content. Default is 'application/json'.
A callback function to handle the response object.
The response output object.
Other REST functions:
rockr.delete(),
rockr.get(),
rockr.post()