Skip to main content
PUT
/
admin
/
secrets
/
kv
Error
A valid request URL is required to generate request examples
{
  "ok": true,
  "path": "<string>",
  "key": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.hill90.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Body

application/json
path
string
required

Vault path (e.g. secret/shared/database)

key
string
required

Secret key name

value
string
required

Secret value

Response

Secret saved

ok
boolean
path
string
key
string