# CreateCategoryResponseBody success response ## Example Usage ```typescript import { CreateCategoryResponseBody } from "@lukehagar/discoursejs/sdk/models/operations"; let value: CreateCategoryResponseBody = { category: { allTopicsWiki: false, allowBadges: false, allowUnlimitedOwnerEditsOnFirstPost: false, autoCloseBasedOnLastPost: false, autoCloseHours: "", availableGroups: [""], canDelete: false, canEdit: false, color: "gold", customFields: {}, defaultListFilter: "", defaultSlowModeSeconds: "", defaultTopPeriod: "", defaultView: "", description: "Compatible high-level contingency", descriptionExcerpt: "", descriptionText: "", emailIn: "", emailInAllowStrangers: false, groupPermissions: [ { groupName: "", permissionType: 826825, }, ], hasChildren: false, id: 410301, mailinglistMirror: false, minimumRequiredTags: 539118, name: "", navigateToFirstPostAfterRead: false, notificationLevel: 623295, numFeaturedTopics: 887265, permission: 886961, position: 880107, postCount: 618826, readOnlyBanner: "", readRestricted: false, requiredTagGroups: [ { minCount: 328303, name: "", }, ], searchPriority: 133461, showSubcategoryList: false, slug: "", sortAscending: "", sortOrder: "", subcategoryListStyle: "", textColor: "", topicCount: 404425, topicFeaturedLinkAllowed: false, topicTemplate: "", topicUrl: "", uploadedBackground: "", uploadedBackgroundDark: "", uploadedLogo: "", uploadedLogoDark: "", }, }; ``` ## Fields | Field | Type | Required | Description | | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | | `category` | [operations.Category](../../../sdk/models/operations/category.md) | :heavy_check_mark: | N/A |