# Update a secret

Collection: mcp
Human docs: https://zei.sh/docs/mcp

Edit secret metadata or material.

Tool: secrets_update
Input: {"secretId":"SECRET_ID","name":"github-token-v2"}
Permission: ORG_MANAGE.
Send only the fields that should change.

Example:

```
{"name":"secrets_update","arguments":{"secretId":"SECRET_ID","name":"github-token-v2"}}
```
