ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.253.1 (#77)

Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
This commit is contained in:
github-actions[bot]
2024-04-16 10:11:24 +05:30
committed by GitHub
parent 7439bf1f74
commit 61c74bf90e
18 changed files with 139 additions and 120 deletions

View File

@@ -17,7 +17,7 @@ Retrieve a list of workspaces for the authenticated user.
import { Dub } from "dub";
const dub = new Dub({
token: "<YOUR_BEARER_TOKEN_HERE>",
token: "DUB_API_KEY",
workspaceId: "<value>",
});
@@ -67,7 +67,7 @@ Create a new workspace for the authenticated user.
import { Dub } from "dub";
const dub = new Dub({
token: "<YOUR_BEARER_TOKEN_HERE>",
token: "DUB_API_KEY",
workspaceId: "<value>",
});
@@ -121,7 +121,7 @@ Retrieve a workspace for the authenticated user.
import { Dub } from "dub";
const dub = new Dub({
token: "<YOUR_BEARER_TOKEN_HERE>",
token: "DUB_API_KEY",
workspaceId: "<value>",
});