ci: regenerated with OpenAPI Doc latest, Speakeasy CLI 1.180.1

This commit is contained in:
speakeasybot
2024-02-15 01:09:18 +00:00
parent f877f9040a
commit 865e2dc038
19 changed files with 134 additions and 124 deletions

View File

@@ -25,11 +25,11 @@ async function run() {
const res = await sdk.categories.createCategory({
color: "49d9e9",
formTemplateIds: [
"string",
"<value>",
],
name: "string",
name: "<value>",
permissions: {
"key": "string",
"key": "<value>",
},
textColor: "f0fcfd",
});
@@ -192,7 +192,7 @@ import { ListCategoryTopicsRequest } from "@lukehagar/discoursejs/dist/sdk/model
async function run() {
const sdk = new SDK();
const id: number = 394133;
const slug: string = "string";
const slug: string = "<value>";
const res = await sdk.categories.listCategoryTopics(id, slug);
@@ -238,11 +238,11 @@ const id: number = 353500;
const requestBody: UpdateCategoryRequestBody = {
color: "49d9e9",
formTemplateIds: [
"string",
"<value>",
],
name: "string",
name: "<value>",
permissions: {
"key": "string",
"key": "<value>",
},
textColor: "f0fcfd",
};