kemApiV3NotificationsTagsPut method

Future<Response> kemApiV3NotificationsTagsPut({
  1. required NotificationTagUpdateV3Body? body,
})

Update the logged-in user's notification tags.

Implementation

Future<chopper.Response> kemApiV3NotificationsTagsPut(
    {required NotificationTagUpdateV3Body? body}) {
  return _kemApiV3NotificationsTagsPut(body: body);
}