PATCH /accounts/{account_id}/devices/deployment-groups/{group_id}

Updates a deployment group. Returns 409 if any newly added policy IDs already belong to another deployment group. This endpoint is in Beta.

Servers

Path parameters

Name Type Required Description
account_id String Yes
group_id String Yes

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
policy_ids[] Array No

Replaces the entire list of policy IDs.

name String No

A user-friendly name for the deployment group.

version_config[] Array No

Replaces the entire version_config array.

version_config[].version String Yes

The specific client version to deploy.

version_config[].target_environment String Yes

The target environment for the client version (e.g., windows, macos).

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.