# UpdateGroupResponseBody success response ## Example Usage ```typescript import { UpdateGroupResponseBody } from "@lukehagar/discoursejs/sdk/models/operations"; let value: UpdateGroupResponseBody = { success: "OK", }; ``` ## Fields | Field | Type | Required | Description | Example | | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | | `success` | *string* | :heavy_minus_sign: | N/A | OK |