diff --git a/lib/gnat/jetstream/api/kv.ex b/lib/gnat/jetstream/api/kv.ex index 78f2e26..af36cb6 100644 --- a/lib/gnat/jetstream/api/kv.ex +++ b/lib/gnat/jetstream/api/kv.ex @@ -85,6 +85,10 @@ defmodule Gnat.Jetstream.API.KV do @doc """ Create a Key in a Key/Value Bucket + ## Options + + * `:timeout` - receive timeout for the request + ## Examples iex> :ok = Jetstream.API.KV.create_key(:gnat, "my_bucket", "my_key", "my_value")