PATCH
/
v2
/
redis
/
enable-dailybackup
/
{id}
curl --request PATCH \
  --url https://api.upstash.com/v2/redis/enable-dailybackup/{id} \
  --header 'Authorization: Basic <encoded-value>'
"OK"

Authorizations

Authorization
string
header
required

Basic authentication using email and API key

Path Parameters

id
string
required

The ID of the Redis database

Response

200 - application/json

Daily backup enabled successfully

The response is of type string.