Skip to content

Commit

Permalink
fix NOTE github ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
berthetclement committed Sep 24, 2024
1 parent 9a5bb89 commit f6f823c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/API-utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion man/api_patch.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f6f823c

Please sign in to comment.