Move Pulse Dashboard
movePulseDashboardMove a Pulse dashboard from the team in the URL to another team, keeping only its latest revision (chat history and older revisions are deleted). The caller must be a Manager or above on both teams. Pass dryRun=true to preview which Connections reconnect vs drop without applying changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | When true, only previews the move: reports which Connections would reconnect vs drop without changing anything. | |
| team_id | No | Duvo team UUID to operate on. API keys are pinned to a single team — omit this (it falls back to the key's team) or pass that same team; a different team is rejected. OAuth callers, who can span multiple teams, should pass the target team here. | |
| artifactId | Yes | ||
| targetTeamId | Yes | ID of the destination team the dashboard moves to. |