Skip to main content
POST
SDK

Authorizations

Authorization
string
header
required

Voyant Cloud API token, passed as Authorization: Bearer <token>. Each token carries a fixed set of scopes; an operation rejects tokens missing its required scope.

Path Parameters

vaultSlug
string
required
Pattern: ^[a-z0-9-]+$
key
string
required

Secret key. Upper-cased server-side on write.

Body

application/json
value
string
required
Example:

"sk_live_abc123"

Response

Secret updated

data
object
required