ci: regenerated with OpenAPI Doc latest, Speakeasy CLI 1.368.0

This commit is contained in:
speakeasybot
2024-08-15 00:23:25 +00:00
parent 09ff68d13a
commit 0e9264154d
387 changed files with 10303 additions and 101 deletions

View File

@@ -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