Skip to content

Commit

Permalink
Update src/content/docs/kv/api/read-key-value-pairs.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Jun Lee <junlee@cloudflare.com>
  • Loading branch information
thomasgauvin and Oxyjun authored Sep 24, 2024
1 parent bf78a4d commit 1c377db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/kv/api/read-key-value-pairs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Metadata is a serializable value you append to each KV entry.
- `key`: `string`
- The key of the KV pair.
- `type`: `"text" | "json" | "arrayBuffer" | "stream"`
- Optional. The type of the value to be returned. `string` is the default.
- Optional. The type of the value to be returned. `text` is the default.
- `options`: `{
cacheTtl: number,
type: "text" | "json" | "arrayBuffer" | "stream"
Expand Down

0 comments on commit 1c377db

Please sign in to comment.