Skip to main content
PATCH
cURL
Check out the configuration docs for Redis Credentials Rotations to learn how to obtain the required parameters.

Path Parameters

rotationId
string<uuid>
required

The ID of the Redis Credentials Rotation to be updated.

Body

application/json
name
string

The updated name of the Redis Credentials Rotation. Must be slug-friendly.

Required string length: 1 - 64
description
string | null

The updated description of the Redis Credentials Rotation.

Maximum string length: 256
isAutoRotationEnabled
boolean

Whether secrets should be automatically rotated when the specified rotation interval has elapsed.

rotationInterval
number

The updated interval, in days, to automatically rotate secrets.

Required range: x >= 1
rotateAtUtc
object

The updated hours and minutes rotation should occur at in UTC.

parameters
object
secretsMapping
object

Response

Default Response

secretRotation
object
required