@cpod/sdk - v0.2.7
    Preparing search index...

    Function restoreAllNotifications

    • Restore all archived notifications back to inbox

      Returns Promise<SimpleResponse>

      Confirmation of restore operation

      401 - Not authenticated

      import { restoreAllNotifications } from "@cpod/sdk";

      const result = await restoreAllNotifications();
      console.log(result.message); // "All notifications restored"