wb organization update

Name

wb-organization-update - Update an existing organization.

Synopsis

wb organization update [--format=<format>] --org=<id> ([--new-id=<id>] [--new-name=<name>] [--new-description=<description>])

Description

Update an existing organization.

Options

  • --format=<format>
    Set the format for printing command output: JSON, TEXT. Defaults to the config format property.

    Default: null
    
  • --org, --organization=<id>
    Organization ID (unique).

Property update parameters:

  • --new-description=<description>
    Organization description.
  • --new-id=<id>
    Organization ID (unique).
  • --new-name=<name>
    Organization name (not unique).

Last Modified: 26 November 2024