AviatoAviato
DeveloperAPI ReferenceAdapterJellyfinDisplaypreferencesDisplaypreferencesid

Save per-user UI preferences (accepted, not persisted)

Accepted for client compatibility but discarded. Aviato has no per-Jellyfin-client preferences store yet — when it gets one, this handler is the seam to wire it into.

POST
/api/adapter/jellyfin/DisplayPreferences/{displayPreferencesId}

Path Parameters

displayPreferencesId*string

Query Parameters

userId?string
client?string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://loading/api/adapter/jellyfin/DisplayPreferences/string" \  -H "Content-Type: application/json" \  -d '{    "Id": "string",    "ViewType": "string",    "SortBy": "string",    "IndexBy": "string",    "RememberIndexing": true,    "PrimaryImageHeight": 0,    "PrimaryImageWidth": 0,    "CustomPrefs": {      "property1": "string",      "property2": "string"    },    "ScrollDirection": "Horizontal",    "ShowBackdrop": true,    "RememberSorting": true,    "SortOrder": "Ascending",    "ShowSidebar": true,    "Client": "string",    "property1": null,    "property2": null  }'
Empty