Skip to main content

Set license

post
/api/pvlt/1.0/system/info/license

Sets the license key for the Vault.

note

In the hosted version of Vault, Piiano manages and sets the license key.

Request

Request body

The license key.

object required*
  • key - string required*

    The license key.

Example
{
"key": "string"
}

Possible responses

The request is successful.

Try the API

Authorization

Request body

Navigate to the docs of your local Vault installation to try the API directly from there.

Code examples

Example