From b82633abd4e3a384cc0fbd9c026323d323805621 Mon Sep 17 00:00:00 2001 From: lwalejko Date: Mon, 4 Mar 2024 09:23:53 +0000 Subject: [PATCH] Update documentation --- man/AuditLog.Rd | 2 +- ...{audit_log_event_type.Rd => audit_log_set_event_type.Rd} | 6 +++--- man/{audit_log_study_id.Rd => audit_log_set_study_id.Rd} | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) rename man/{audit_log_event_type.Rd => audit_log_set_event_type.Rd} (84%) rename man/{audit_log_study_id.Rd => audit_log_set_study_id.Rd} (85%) diff --git a/man/AuditLog.Rd b/man/AuditLog.Rd index 2bb79f0..aa4fc97 100644 --- a/man/AuditLog.Rd +++ b/man/AuditLog.Rd @@ -27,7 +27,7 @@ This class is used internally to store audit logs for each request. \if{latex}{\out{\hypertarget{method-AuditLog-new}{}}} \subsection{Method \code{new()}}{ \subsection{Usage}{ -\if{html}{\out{
}}\preformatted{AuditLog$new(request_method, endpoint_url, request_body)}\if{html}{\out{
}} +\if{html}{\out{
}}\preformatted{AuditLog$new(request_method, endpoint_url)}\if{html}{\out{
}} } } diff --git a/man/audit_log_event_type.Rd b/man/audit_log_set_event_type.Rd similarity index 84% rename from man/audit_log_event_type.Rd rename to man/audit_log_set_event_type.Rd index 9a8adcc..40d7f85 100644 --- a/man/audit_log_event_type.Rd +++ b/man/audit_log_set_event_type.Rd @@ -1,10 +1,10 @@ % Generated by roxygen2: do not edit by hand % Please edit documentation in R/audit-trail.R -\name{audit_log_event_type} -\alias{audit_log_event_type} +\name{audit_log_set_event_type} +\alias{audit_log_set_event_type} \title{Set Audit Log Event Type} \usage{ -audit_log_event_type(event_type, req) +audit_log_set_event_type(event_type, req) } \arguments{ \item{event_type}{The event type to be set for the audit log.} diff --git a/man/audit_log_study_id.Rd b/man/audit_log_set_study_id.Rd similarity index 85% rename from man/audit_log_study_id.Rd rename to man/audit_log_set_study_id.Rd index 636ea90..6fe9076 100644 --- a/man/audit_log_study_id.Rd +++ b/man/audit_log_set_study_id.Rd @@ -1,10 +1,10 @@ % Generated by roxygen2: do not edit by hand % Please edit documentation in R/audit-trail.R -\name{audit_log_study_id} -\alias{audit_log_study_id} +\name{audit_log_set_study_id} +\alias{audit_log_set_study_id} \title{Set Audit Log Study ID} \usage{ -audit_log_study_id(study_id, req) +audit_log_set_study_id(study_id, req) } \arguments{ \item{study_id}{The study ID to be set for the audit log.}