Skip to main content
PATCH
Update 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
required

Query Parameters

teamId
string | null

Team ID for team secrets

Body

application/json
name
string | null

New name for the secret (must start with uppercase, only uppercase, numbers, underscores)

Required string length: 1 - 255
Pattern: ^[A-Z][A-Z0-9_]*$
value
string | null

New value for the secret

Minimum string length: 1
description
string | null

New description for the secret

Maximum string length: 500

Response

Successful Response

data
SecretResponse · object | null

Response data

status
string | null

Response status