Skip to content

Commit af89df1

Browse files
committed
chore: snapshot param name from desc to name
1 parent ec38cda commit af89df1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sdks/tigris/snapshots-and-forks.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function.
4545
import { createBucketSnapshot } from "@tigrisdata/storage";
4646

4747
await createBucketSnapshot("llm-base", {
48-
description: "pre-finetune",
48+
name: "pre-finetune", // optional name for the snapshot
4949
});
5050
```
5151

@@ -128,7 +128,7 @@ will use the bucket name from either `.env` or environment variables.
128128
import { createBucketSnapshot, listBucketSnapshots } from "@tigrisdata/storage";
129129

130130
await createBucketSnapshot({
131-
description: "pre-finetune",
131+
name: "pre-finetune", // optional name for the snapshot
132132
});
133133

134134
await listBucketSnapshots();

0 commit comments

Comments
 (0)