Skip to content

Notifications #86

@tmichalski

Description

@tmichalski

GET /notifications

  • Get all notifications for the current user
  • No input
  • Body Output
    ** id: number;
    ** subject: string;
    ** description: string;
    ** isRead: boolean;
    ** createdBy: string;
    ** createdDate: Date;

PUT /notifications/${id}

  • Mark the given notification as "read"
  • Restrict to notifications for the current user
  • No input
  • No body output

PUT /notifications

  • Mark all notifications of the current user as "read"
  • No input
  • No body output

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions