# Batch modify profiles group

Used to batch modify the group information of profiles. Creates a new group if the group name does not exist.

Endpoint: POST /api/env/setGroup/batch
Version: 1.0.0

## Request fields (application/json):

  - `envIds` (array)

  - `groupName` (string, required)
    Group name, string type, required

  - `uniqueIds` (array)
    Serial IDs, array type, must choose one between this and environment IDs

## Response 200 fields (application/json):

  - `code` (integer)

  - `msg` (null)

  - `data` (boolean)

  - `requestId` (string, required)

