Updated on 2025-12-18 GMT+08:00

Updating Consumer Groups

Function

This API is used to update consumer groups.

This API is out-of-date and may not be maintained in the future. Please use the API described in Batch Modifying Consumer Groups.

Call Method

For details, see How to Call an API.

URI

PUT /v2/{engine}/{project_id}/instances/{instance_id}/groups

Table 1 URI parameters

Parameter

Mandatory

Type

Description

engine

Yes

String

Engine.

project_id

Yes

String

Project ID. For details, see Obtaining a Project ID.

instance_id

Yes

String

Indicates the instance ID.

Request Parameters

None

Response Parameters

Status code: 200

Table 2 Response body parameter

Parameter

Type

Description

job_id

String

Backend task ID.

Example Request

PUT https://{endpoint}/v2/{engine}/{project_id}/instances/{instance_id}/groups

Example Response

Status code: 200

Operation succeeded.

{
  "job_id" : "8a2c259182ab0e9d0182ab1882560010"
}

Status Code

Status Code

Description

200

Successful

Error Code

See Error Codes.