# UpdateCategoryResponseBody success response ## Example Usage ```typescript import { UpdateCategoryResponseBody } from "@lukehagar/discoursejs/sdk/models/operations"; let value: UpdateCategoryResponseBody = { category: { allTopicsWiki: false, allowBadges: false, allowUnlimitedOwnerEditsOnFirstPost: false, autoCloseBasedOnLastPost: false, autoCloseHours: "", availableGroups: [ "", ], canDelete: false, canEdit: false, color: "red", customFields: {}, defaultListFilter: "", defaultSlowModeSeconds: "", defaultTopPeriod: "", defaultView: "", description: "Configurable 3rd generation data-warehouse", descriptionExcerpt: "", descriptionText: "", emailIn: "", emailInAllowStrangers: false, formTemplateIds: [ "", ], groupPermissions: [ { groupName: "", permissionType: 144286, }, ], hasChildren: false, id: 66149, mailinglistMirror: false, minimumRequiredTags: 513760, name: "", navigateToFirstPostAfterRead: false, notificationLevel: 65604, numFeaturedTopics: 222658, permission: 856277, position: 369490, postCount: 162120, readOnlyBanner: "", readRestricted: false, requiredTagGroups: [ { minCount: 55107, name: "", }, ], searchPriority: 559682, showSubcategoryList: false, slug: "", sortAscending: "", sortOrder: "", subcategoryListStyle: "", textColor: "", topicCount: 911198, topicFeaturedLinkAllowed: false, topicTemplate: "", topicUrl: "", uploadedBackground: "", uploadedBackgroundDark: "", uploadedLogo: "", uploadedLogoDark: "", }, success: "", }; ``` ## Fields | Field | Type | Required | Description | | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | | `category` | [operations.UpdateCategoryCategory](../../../sdk/models/operations/updatecategorycategory.md) | :heavy_check_mark: | N/A | | `success` | *string* | :heavy_check_mark: | N/A |