Skip to main content
Module

x/tpy/mod.ts>Pylon.KV.PUT.Item

🔑 A strongly typed Pylon API client.
Go to Latest
type alias Pylon.KV.PUT.Item
import { type Pylon } from "https://deno.land/x/tpy@v1.0.0-doc-test-1/mod.ts";
const { Item } = Pylon.KV.PUT;

Response schema for PUT /deployments/:id/kv/namespaces/:namespace/items/:key.

definition: { string: string; bytes: never; expires_at?: number; } | { string: never; bytes: string; expires_at?: number; }