DisplayPreferencesApi

Constructors

Link copied to clipboard
constructor(api: ApiClient)

Functions

Link copied to clipboard
suspend fun getDisplayPreferences(displayPreferencesId: String, userId: UUID? = null, client: String): Response<DisplayPreferencesDto>

Get Display Preferences.

Link copied to clipboard
suspend fun updateDisplayPreferences(displayPreferencesId: String, userId: UUID? = null, client: String, data: DisplayPreferencesDto): Response<Unit>

Update Display Preferences.