We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f8126a commit f493b14Copy full SHA for f493b14
1 file changed
README.md
@@ -45,7 +45,7 @@ const group = await turso.groups.addLocation("default", "lhr");
45
const group = await turso.groups.removeLocation("default", "lhr");
46
const token = await turso.groups.createToken("default");
47
const token = await turso.groups.createToken("default", {
48
- expiration: "1w2d6h3n",
+ expiration: "1w2d6h3m",
49
authorization: "full-access",
50
});
51
const token = await turso.groups.rotateTokens("default");
0 commit comments