Edit task / achievement (admin)
specter_edit_taskUpdate a task's name, description, reward claim, recurrence, or business logic. Identify the task by its slug to modify live game configuration.
Instructions
Update an existing single task's name, description, rewardClaim, recurrence, or businessLogic (identify it by slug/name). To CHANGE REWARDS, delete and recreate the task — task/edit uses diff-semantics on rewards that aren't reliably expressible here. MUTATES live game config — confirm and prefer staging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| task | Yes | Task slug/name to edit | |
| fields | No | ||
| projectId | No | ||
| recurring | No | ||
| description | No | ||
| rewardClaim | No | ||
| businessLogic | No |