Skip to main content
PUT
Update a secret by name

Authorizations

Authorization
string
header
required

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

Path Parameters

name
string
required

Body

application/json
value
string
required

The new secret value.

Response

Updated

name
string
required
masked_value
string
required

The secret value with all but the last 3 characters masked.