mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-09 12:27:49 +00:00
ci: regenerated with OpenAPI Doc latest, Speakeasy CLI 1.368.0
This commit is contained in:
@@ -1,5 +1,51 @@
|
||||
# Categories
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { Categories } from "@lukehagar/discoursejs/sdk/models/operations";
|
||||
|
||||
let value: Categories = {
|
||||
canEdit: false,
|
||||
color: "olive",
|
||||
defaultListFilter: "<value>",
|
||||
defaultTopPeriod: "<value>",
|
||||
defaultView: "<value>",
|
||||
description: "Total systemic ability",
|
||||
descriptionExcerpt: "<value>",
|
||||
descriptionText: "<value>",
|
||||
hasChildren: false,
|
||||
id: 97258,
|
||||
minimumRequiredTags: 90233,
|
||||
name: "<value>",
|
||||
navigateToFirstPostAfterRead: false,
|
||||
notificationLevel: 497777,
|
||||
numFeaturedTopics: 619183,
|
||||
permission: 581082,
|
||||
position: 382440,
|
||||
postCount: 241557,
|
||||
readRestricted: false,
|
||||
showSubcategoryList: false,
|
||||
slug: "<value>",
|
||||
sortAscending: "<value>",
|
||||
sortOrder: "<value>",
|
||||
subcategoryIds: ["<value>"],
|
||||
subcategoryListStyle: "<value>",
|
||||
textColor: "<value>",
|
||||
topicCount: 96562,
|
||||
topicTemplate: "<value>",
|
||||
topicUrl: "<value>",
|
||||
topicsAllTime: 169025,
|
||||
topicsDay: 984934,
|
||||
topicsMonth: 859581,
|
||||
topicsWeek: 896582,
|
||||
topicsYear: 58534,
|
||||
uploadedBackground: "<value>",
|
||||
uploadedBackgroundDark: "<value>",
|
||||
uploadedLogo: "<value>",
|
||||
uploadedLogoDark: "<value>",
|
||||
};
|
||||
```
|
||||
|
||||
## Fields
|
||||
|
||||
|
||||
Reference in New Issue
Block a user