Edit currency (admin)
specter_edit_currencyUpdate an existing currency's properties (name, code, type) by its slug. Use staging mode to safely modify game configuration.
Instructions
Update an existing currency (name, description, code, type, …). Identify it by slug/name. MUTATES live game config — confirm and prefer staging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | ||
| name | No | ||
| type | No | ||
| fields | No | Any other currency fields | |
| currency | Yes | Currency slug/name to edit | |
| projectId | No | ||
| description | No |