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

Query parameters

  • custom_audit - string

    Custom audit information to be included in the audit log.

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

Query parameters

Request body

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

Code examples

Example