From dadcc829fe9f115a3b075ebd316e1891f251cd44 Mon Sep 17 00:00:00 2001 From: Greg Freedman Ellis Date: Mon, 30 Oct 2023 14:48:26 -0500 Subject: [PATCH] [185973710]: oops re-roxygen --- man/http-methods.Rd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man/http-methods.Rd b/man/http-methods.Rd index 051819da4..e16ca425b 100644 --- a/man/http-methods.Rd +++ b/man/http-methods.Rd @@ -11,16 +11,16 @@ \usage{ crGET(...) -crPUT(...) +crPUT(url, config = list(), ..., body) -crPATCH(...) +crPATCH(url, config = list(), ..., body) -crPOST(...) +crPOST(url, config = list(), ..., body) crDELETE(...) } \arguments{ -\item{...}{see \code{\link{crunchAPI}} for details. \code{url} is the first +\item{url, config, body, ...}{see \code{\link{crunchAPI}} for details. \code{url} is the first named argument and is required; \code{body} is also required for PUT, PATCH, and POST.} }