mailkite_update_app_password
Change an app password's label, address pattern, or allowed protocols without altering its domain. Create a new password instead if the domain needs to change.
Instructions
Change what an app password covers — its label, address pattern, or protocols. The domain is fixed for the life of the password: repointing a live credential would hand its holder mail they were never granted, so create a new password instead. Requires a management session token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Path parameter `id`. | |
| label | No | New name shown in the dashboard. | |
| address | No | New local-part pattern — `*` (every address), `hello`, `support-*`, `*-agent`. No `@`: the domain can't change. | |
| protocols | No | Replaces the existing set. Must be a non-empty subset of `["imap","api"]`. |