Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / sdk / R / man / authorized_keys.update.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/Arvados.R
3 \name{authorized_keys.update}
4 \alias{authorized_keys.update}
5 \title{authorized_keys.update}
6 \usage{
7 arv$authorized_keys.update(authorizedkey,
8         uuid)
9 }
10 \arguments{
11 \item{authorizedKey}{AuthorizedKey object.}
12
13 \item{uuid}{The UUID of the AuthorizedKey in question.}
14 }
15 \value{
16 AuthorizedKey object.
17 }
18 \description{
19 authorized_keys.update is a method defined in Arvados class.
20 }