UpdateUserPreferences
Updates the user preferences with the provided request parameters.
public static VyTask<VyUserPreferencesDto> UpdateUserPreferences(VyUpdateUserPreferencesRequest reqParams)
Path Parameters
Returns
VyTask<VyUserPreferencesDto> An asynchronous task that returns the updated user preferences as a VyUserPreferencesDto object.
Last updated