🧩 Secret management
Update a secret
Update a secret and override the value, the name cannot be overridden
post/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"
}
]
}
}