Skip to main content
PUT
Rotate Secret

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

secret_id
string<uuid>
required

Body

application/json
value
string
required

Replaces the stored value.

Minimum string length: 1

Response

Successful Response

A secret's metadata. The value is never part of this.

id
string<uuid>
required
name
string
required

Unique within the workspace.

created_at
string | null
description
string | null
updated_at
string | null
used_by
SecretConsumer · object[]