set_colors
Set your ship colors (Colors must be valid hex codes.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Combined shorthand: 'primary,secondary' hex pair (e.g. 'FF0000,00FF00'); overrides the individual color fields | |
| session_id | Yes | Your session ID from login/register | |
| primary_color | No | Primary color (hex code, e.g., #FF0000) | |
| secondary_color | No | Secondary color (hex code, e.g., #00FF00) |