updateUserNotificationsPreferences method
PUT /{version}/notifications/user/preferences
Implementation
Future<Object?> updateUserNotificationsPreferences(
{Map<String, Object?>? query,
Object? body,
Map<String, String>? headers}) {
return transport.send(
route: '/{version}/notifications/user/preferences',
method: 'PUT',
query: query,
body: body,
headers: headers,
pathParams: null,
);
}