APISIX-MCP

Official
by api7

update_consumer_group

Modify attributes of an existing consumer group, including description, labels, and plugins, using the APISIX-MCP server to enhance API management workflows.

Instructions

Update specific attributes of an existing consumer group

Input Schema

NameRequiredDescriptionDefault
consumerGroupYesconsumer group configuration object
idYesconsumer group ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "consumerGroup": { "additionalProperties": true, "description": "consumer group configuration object", "properties": { "desc": { "description": "consumer group description", "type": "string" }, "labels": { "additionalProperties": { "type": "string" }, "description": "consumer group labels", "type": "object" }, "plugins": { "additionalProperties": {}, "description": "consumer group plugins", "type": "object" } }, "type": "object" }, "id": { "description": "consumer group ID", "type": "string" } }, "required": [ "id", "consumerGroup" ], "type": "object" }
ID: s62o271u37