Schedule an achievement live (admin)
specter_schedule_achievementActivate a task or task-group by setting its start and end dates or a recurring schedule. Omit start date to go live immediately.
Instructions
Activate a created task or task-group (mission/step-series/time-series) by setting its dates/recurrence. Pass exactly one of taskRef (single task) or groupRef (a group), by slug/name/id. Omitting startDate makes it go live immediately. MUTATES live game config — confirm and prefer staging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | No | ISO 8601 | |
| taskRef | No | Single task — slug, name, or id | |
| groupRef | No | Mission/step-series/time-series — slug, name, or id | |
| timezone | No | Asia/Kolkata | |
| projectId | No | ||
| recurring | No | Repeat config; presence sets scheduleType to "recurring" | |
| startDate | No | ISO 8601; omit to start immediately |