Skip to main content

Update Account Group

PUT 

/cloud/group/:id

Update information related to an existing account group.

Request

Path Parameters

    id stringrequired

    Account Group ID

Body

required

Account Group

    accountIds string[]required

    Cloud Account IDs

    cloudAccountInfos object[]

    Cloud account details of account associated with this account group

  • Array [
  • accountId string

    Account ID

    cloudType string

    Possible values: [ALL, AWS, AZURE, GCP, ALIBABA_CLOUD, OCI, OTHER]

    Cloud Type

    lastModifiedBy string

    Last Modified By

  • ]
  • description string

    Description

    name stringrequired

    Name

Responses

successful operation

Loading...