🧩 Secret management
Create a secret
Add a secret
put/secret
Request body
Example request
{
"name": "secret-password",
"description": "Password of my super secret user account",
"value": "nj-k;EO32!kFWewn2Nk,u"
}Response
Secrets information
Example response
{
"data": {
"secrets": [
{
"name": "secret-password",
"description": "Password of my super secret user account"
}
]
}
}