POST
/
secrets
/
{secret_id}

Authorizations

fastapiusersauth
string
cookierequired

Path Parameters

secret_id
string
required

Query Parameters

workspace_id
string | null

Body

application/json

Update a secret.

Secret types

  • custom: Arbitrary user-defined types
  • token: A token, e.g. API Key, JWT Token (TBC)
  • oauth2: OAuth2 Client Credentials (TBC)
type
enum<string> | null

The type of a secret.

Available options:
custom,
ssh-key
name
string | null
description
string | null
keys
object[] | null
tags
object | null
environment
string | null
level
enum<string> | null

The level of a secret.

Available options:
workspace,
organization