Add a vault entry to a database

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

db_idintegerRequired
ID of the database

Headers

x-api-keystringRequired

Request

The vault parameters
namestringRequired
The name of the vault entry
expirationstringRequired

Date when the entry should expire (YYY-MM-DD)

credentials_typeenumRequired

The type of credentials to be stored (Use ‘none’ for free-form JSON)

Allowed values:
credentialsstringRequired
Free Form JSON string of credentials

Response headers

Content-Typestring

Response

successful operation
successboolean
messagestring
dataobject