update_ingress_source
Update an inbound connector source (admin only) for hosted ingress, changing only supplied fields and optionally rotating its signing secret.
Instructions
Update an inbound connector source (admin only). Only supplied fields change; pass rotate_secret true to mint a new signing secret (shown once — the old secret stops working immediately). Hosted API only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New source name | |
| active | No | Enable or disable the source | |
| filters | No | Replacement filters (full replacement, not a merge) | |
| template | No | Maps payload paths to task fields — a closed vocabulary, no expressions | |
| source_id | Yes | Ingress source ID to update | |
| rotate_secret | No | Mint a new signing secret; the old one stops working immediately | |
| default_project_id | No | New pinned project (null clears) | |
| default_assignee_agent_id | No | New pinned assignee (null clears) |