Skip to content

Commit 231525b

Browse files
authored
Update src/content/docs/kv/api/read-key-value-pairs.mdx
1 parent 838cd81 commit 231525b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/kv/api/read-key-value-pairs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Metadata is a serializable value you append to each KV entry.
9292
- Optional. The type of the value to be returned. `text` is the default.
9393
- `options`: `{
9494
cacheTtl?: number,
95-
type: "text" | "json" | "arrayBuffer" | "stream"
95+
type?: "text" | "json" | "arrayBuffer" | "stream"
9696
}`
9797
- Optional. Object containing the `cacheTtl` and `type` properties. The optional `cacheTtl` property defines the length of time in seconds that a KV result is cached in the global network location it is accessed from (minimum: 60). The `type` property defines the type of the value to be returned.
9898

0 commit comments

Comments
 (0)