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