Skip to main content
PUT
Create or update a secret

Authorizations

Authorization
string
header
required

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

Body

application/json

Secret details to store

key
string
required

The unique identifier for the secret

value
string
required

The secret value to store

Response

Secret created/updated successfully

message
string
Example:

"success"