---
title: "Update a Vault profile"
method: PUT
path: "/vault/profiles/{id}"
tags: ["Vault"]
---

# Update a Vault profile

`PUT /vault/profiles/{id}`

Updates a Vault signer profile. Only the owner may edit; toggling shared to true requires admin privileges.

## Path parameters

- `id` integer, required

## Request body

- object

## Response `200`

Updated Vault profile object.

## Other responses

- `400` — Invalid profile id.
- `403` — Non-owner attempted to edit, or non-admin attempted to share.
- `404` — Profile not found.
- `500` — Failed to update vault profile.

---

[API](https://skmtc.dev/termix/apis/termix-api.md) · [All operations](https://skmtc.dev/termix/apis/termix-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/termix/termix-api/revisions/f4ef343eff1b/schema)
