---
title: "Update"
method: PATCH
path: "/vaults/{id}"
tags: ["Vaults"]
---

# Update

`PATCH /vaults/{id}`

Update an existing Vault by ID

## Path parameters

- `id` string, required

## Headers

- `ngrok-version` integer, required

## Request body

- VaultUpdate
  - `id` string — identifier for Vault
  - `name` string — Name of vault
  - `metadata` string — Arbitrary user-defined metadata for this Vault
  - `description` string — description of Vault

## Response `200`

Update an existing Vault by ID

- Vault
  - `id` string — identifier for Vault
  - `uri` string — URI of this Vault API resource
  - `created_at` string — Timestamp when the Vault was created (RFC 3339 format)
  - `updated_at` string — Timestamp when the Vault was last updated (RFC 3339 format)
  - `name` string — Name of vault
  - `description` string — description of Vault
  - `metadata` string — Arbitrary user-defined metadata for this Vault
  - `created_by` string — Reference to who created this Vault
  - `last_updated_by` string — Reference to who created this Vault

---

[API](https://skmtc.net/ngrok/apis/ngrok-openapi.md) · [All operations](https://skmtc.net/ngrok/apis/ngrok-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ngrok/ngrok-openapi/versions/1994bbb04714/schema)
