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

@@ -2,6 +2,68 @@
post updated
## Example Usage
```typescript
import { UpdatePostResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
let value: UpdatePostResponseBody = {
post: {
actionsSummary: [
{
canAct: false,
id: 282837,
},
],
admin: false,
avatarTemplate: "<value>",
bookmarked: false,
canDelete: false,
canEdit: false,
canRecover: false,
canViewEditHistory: false,
canWiki: false,
cooked: "<value>",
createdAt: "<value>",
deletedAt: "<value>",
draftSequence: 693746,
editReason: "<value>",
flairBgColor: "<value>",
flairColor: "<value>",
flairName: "<value>",
flairUrl: "<value>",
hidden: false,
id: 339631,
incomingLinkCount: 106255,
moderator: false,
postNumber: 600213,
postType: 476946,
primaryGroupName: "<value>",
quoteCount: 963198,
raw: "<value>",
readersCount: 585593,
reads: 147801,
replyCount: 253625,
replyToPostNumber: "<value>",
reviewableId: "<value>",
reviewableScoreCount: 256916,
reviewableScorePendingCount: 201010,
score: 873557,
staff: false,
topicId: 637856,
topicSlug: "<value>",
trustLevel: 491892,
updatedAt: "<value>",
userDeleted: false,
userId: 760744,
userTitle: "<value>",
username: "Stanton70",
version: 532669,
wiki: false,
yours: false,
},
};
```
## Fields