expiration
nor expiration_ttl
is specified, the key-value pair will never expire. If both are set, expiration_ttl
is used and expiration
is ignored.curl --location --request PUT 'https://api.cloudflare.com/client/v4/accounts//storage/kv/namespaces//values/' \
--form 'metadata=""' \
--form 'value=""'
{
"errors": [],
"messages": [],
"result": {},
"success": true
}