updateTeam
Update a team
Format
udclient [global-args...] [global-flags...]
updateTeam [parameters]
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| team | string | true | Name of the team to be changed |
| name | string | false | New name of the team |
| description | string | false | New description of the team |
Example
udclient -username jsmith -password passwd
-weburl https://deployserver.example.com:8443
updateTeam
-team MyNewTeam
-name ADifferentTeamName
-description "ADifferentTeamDescription"Related REST command: Update a team.