Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / sdk / R / man / api_clients.create.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/Arvados.R
3 \name{api_clients.create}
4 \alias{api_clients.create}
5 \title{api_clients.create}
6 \usage{
7 arv$api_clients.create(apiclient,
8         ensure_unique_name = "false")
9 }
10 \arguments{
11 \item{apiClient}{ApiClient object.}
12
13 \item{ensure_unique_name}{Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.}
14 }
15 \value{
16 ApiClient object.
17 }
18 \description{
19 api_clients.create is a method defined in Arvados class.
20 }