UpdateUserPreferences

Updates the user preferences with the provided request parameters.

Server Authoritative (default)

public static VyTask<VyUserPreferencesDto> UpdateUserPreferences(VyUpdateUserPreferencesRequest reqParams)

Path Parameters

reqParams

The request parameters for updating the user preferences.

Returns

VyTask<VyUserPreferencesDto> An asynchronous task that returns the updated user preferences as a VyUserPreferencesDto object.

Last updated