From f6f823cb05541df657ad1ae81631e52e3610741a Mon Sep 17 00:00:00 2001 From: berthetclement Date: Tue, 24 Sep 2024 11:04:06 +0200 Subject: [PATCH] fix NOTE github ci/cd --- R/API-utils.R | 2 +- man/api_patch.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/API-utils.R b/R/API-utils.R index d4811f8a..1176a5eb 100644 --- a/R/API-utils.R +++ b/R/API-utils.R @@ -257,7 +257,7 @@ transform_name_to_id <- function(name, lower = TRUE, id_dash = FALSE) { #' @param opts Antares simulation options or a `list` with an `host = ` slot. #' @param endpoint API endpoint to interrogate, it will be added after `default_endpoint`. #' Can be a full URL (by wrapping ìn [I()]), in that case `default_endpoint` is ignored. -#' @param ... Additional arguments passed to API method ([PATCH()]). +#' @param ... Additional arguments passed to API method ([httr::PATCH()]). #' @param default_endpoint Default endpoint to use. #' #' @return Response from the API. diff --git a/man/api_patch.Rd b/man/api_patch.Rd index c4a1432e..42b51a21 100644 --- a/man/api_patch.Rd +++ b/man/api_patch.Rd @@ -12,7 +12,7 @@ api_patch(opts, endpoint, ..., default_endpoint = "v1/studies") \item{endpoint}{API endpoint to interrogate, it will be added after \code{default_endpoint}. Can be a full URL (by wrapping ìn \code{\link[=I]{I()}}), in that case \code{default_endpoint} is ignored.} -\item{...}{Additional arguments passed to API method (\code{\link[=PATCH]{PATCH()}}).} +\item{...}{Additional arguments passed to API method (\code{\link[httr:PATCH]{httr::PATCH()}}).} \item{default_endpoint}{Default endpoint to use.} }