Skip to main content
PUT
Update an existing project secret

Authorizations

Authorization
string
header
required

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

Headers

X-Project-ID
string
required

Path Parameters

secret_name
string
required

Name of the secret to update

Body

application/json

Request body for updating a secret.

value
string | null

New secret value (JSON string)

description
string | null

New description for the secret

Response

Successful Response

Response body for a updated secret.

name
string
required

Name of the updated secret

updated_at
string<date-time>
required

Timestamp when the secret was updated