Skip to content

Implement user notices

Grant requested to merge feat-send-user-notice into main

Fixes #53 (closed)

Send a modal to a specific user or everyone connected

Endpoints:

  • POST /api/admin/user/all/notice
  • POST /api/admin/user/:sub/notice

Both of these endpoints take the same body format:

{
  title: string;
  body?: string;
}

Merge request reports

Loading