R/ices_patch_jwt.R

Defines functions ices_patch_jwt

Documented in ices_patch_jwt

#' @rdname ices_request_jwt
#' @export
ices_patch_jwt <- function(url, body = list(), encode = "json",
                           username = NULL,
                           retry = TRUE, quiet = FALSE,
                           verbose = FALSE,
                           jwt = NULL) {
  out <-
    ices_request_jwt(
      "PATCH", url,
      body = body, encode = encode, username = username,
      retry = retry, quiet = quiet, verbose = verbose,
      jwt = jwt
    )

  return(out)
}

Try the icesConnect package in your browser

Any scripts or data that you put into this service are public.

icesConnect documentation built on June 8, 2025, 10:53 a.m.