Save wheel
**What:** Owner-only. Replace the saved wheel config. Entries are trimmed, empties dropped, capped at 100.
**Auth:** Bearer token required.
**Body (JSON):**
| Field | Type | Required | Description | Example |
| --- | --- | --- | --- | --- |
| wheelConfig | array | yes | Array of strings | `["Fight Club","Inception"]` |
**Returns:** `data = { saved: true, wheelConfig }`.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
collectionId
Collection id.
Request
This endpoint expects an object.
wheelConfig
Response
OK
ok
data
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error

