# Batch modify profile remark

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

## Request fields (application/json):

  - `envIds` (array)
    Environment IDs, must choose one between this and serial IDs

  - `envRemark` (string, required)
    Remark, required

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

## Response 200 fields (application/json):

  - `code` (integer)

  - `msg` (null)

  - `data` (boolean)

  - `requestId` (string, required)

