secrets
Create Secret
Create a secret.
POST
/
secrets
Authorizations
Query Parameters
Body
application/json
Create a new 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
Response
201 - application/json
The response is of type any
.