Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / sdk / R / man / projects.update.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/Arvados.R
3 \name{projects.update}
4 \alias{projects.update}
5 \title{project.update}
6 \usage{
7 arv$projects.update(group, uuid)
8 }
9 \arguments{
10 \item{group}{Group object.}
11
12 \item{uuid}{The UUID of the Group in question.}
13 }
14 \value{
15 Group object.
16 }
17 \description{
18 projects.update wrapps groups.update method by setting group_class attribute to "project".
19 }