Skip to main content
Instance endpoint

Save User Preferences

Send this request to the AkôFlow daemon. Authentication is required when an API token is configured.

PUT/user-preferences/{clientId}/

Path parameters

clientId
Identifier used by the registered route.

Body

application/json
clientId string
Field defined by domaininstance.UserPreferences.
theme string
Field defined by domaininstance.UserPreferences.
animationsEnabled boolean
Field defined by domaininstance.UserPreferences.
updatedAt string
Field defined by domaininstance.UserPreferences.

See the Instance guide for the corresponding Desktop workflow, concepts, and authored request examples.

Generated from the daemon router

This page is generated from internal/api/httpserver/httpserver.go, the registered handler, and JSON-tagged Go structs. Method, path, request fields, response kind, query parameters, media type, and successful status codes stay synchronized with the implementation.