PUT
/
platform
/
vaults
/
{vaultAddress}
curl --request PUT \
  --url https://dev-api.rootkey.ai/api-v1/platform/vaults/{vaultAddress} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "name": "<string>",
  "description": "<string>"
}'
{
  "name": "My first wallet",
  "description": "First wallet created throught ROOTKey API",
  "walletAddress": "0x1234567890abcdef1234567890abcdef12345678"
}

Authorizations

x-api-key
string
header
required

Path Parameters

vaultAddress
string
required

The vault address

Body

application/json

Vault update request payload

The body is of type object.

Response

200
application/json

Vault updated successfully

The response is of type object.