Update a vault item
Updates an existing vault item, such as its name, secret value, or expiration date.
Authorizations
Standard JWT for user sessions obtained via Altostrat authentication.
Path Parameters
The prefixed ID of the vault item (e.g., vlt_...).
Body
Response
The vault item was updated successfully.
The unique prefixed identifier for the vault item.
"vlt_01h3j4k5l6m7n8p9q0r1s2t3u4"
The name of the vault item. For API keys, use the api-key: prefix.
"External Service API Key"
The timestamp when the item was created.
"2025-10-31T10:00:00.000000Z"
The timestamp when the item expires and can no longer be used.
"2026-10-31T10:00:00.000000Z"