Secrets API (v1.0)
Managing secrets
Create new secret
Authorizations:
X-Auth-Token
path Parameters
secret_name required | string Secret's name |
Request Body schema: application/jsonrequired
Payload
description | string Optional description of secret |
value | string <base64> Value of secret encoded in base64 |
Responses
Request samples
- Payload
Content type
application/json
{- "description": "string",
- "value": "dmFsdWU="
}