Save wheel

View as Markdown
**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

collectionIdstringRequired
Collection id.

Request

This endpoint expects an object.
wheelConfiglist of stringsRequired

Response

OK
okboolean
dataobject

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error