tailscale_set_contacts
Update Tailnet contact information by setting account, support, and security emails in parallel. When some updates fail, the tool returns applied and failed details to preserve successful changes.
Instructions
Update tailnet contact information. Each provided contact type (account/support/security) is PATCHed in parallel; per-type errors are returned alongside the successes so a partial failure doesn't lose the work that succeeded. On partial failure the response is data: { applied, failed } -- inspect data.failed for per-type error details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Account contact email | |
| support | No | Support contact email | |
| security | No | Security contact email |