POST
/
secrets
/
{secret_id}

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

secret_id
string
required

Query Parameters

workspace_id
string
required

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)
description
string | null
Maximum length: 1000
environment
string | null
Required string length: 1 - 100
keys
object[] | null
name
string | null
Required string length: 1 - 100
tags
object | null
type
enum<string> | null

The type of a secret.

Available options:
custom,
ssh-key