For the complete documentation index, see llms.txt. This page is also available as Markdown.

Setup Vault for user secrets

Setup vault for user secrets. Only allowed before hedera registration.

POST profiles/vault/set

Setup vault for user secrets.

Request Body

Name
Type
Description

vaultProvider*

String

Vault Provider

vaultConfig*

Object

endpoint, token, path, namespace

content:
            application/json:
              schema:
                $ref: '#/components/schemas/SuccessResponse'

Last updated