Consumer Groups

Upsert a Consumer Group

Create or Update Consumer Group using ID.

put/consumer_groups/{ConsumerGroupId}

Request body

created_atinteger nullable

Unix epoch when the resource was created.

idstring nullable
namestring required
tagsstring[]
updated_atinteger nullable

Unix epoch when the resource was last updated.

Response

Successfully upserted Consumer Group

created_atinteger nullable

Unix epoch when the resource was created.

idstring nullable
namestring required
tagsstring[]
updated_atinteger nullable

Unix epoch when the resource was last updated.

Changes