secrets
Update Secret By Id
Update a secret by ID.
POST
/
secrets
/
{secret_id}
Authorizations
Path Parameters
Query Parameters
Body
application/json
Update a secret.
Secret types
custom
: Arbitrary user-defined typestoken
: A token, e.g. API Key, JWT Token (TBC)oauth2
: OAuth2 Client Credentials (TBC)
The type of a secret.
Available options:
custom
, ssh-key
The level of a secret.
Available options:
workspace
, organization