Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updating Notification Service

...

Notification Service

Old URL

New URL

Comment

GET POST /notification/list create

GET POST /notifications /

Returns a list of all notifications Creates a new notification.

GET /notification/read/{notificationId}

GET /notifications/{notificationId}

Returns a notification with matching id.

POST GET /notification/create list

POST GET /notifications

Creates a new notification Returns a list of all notifications.

POST /notification/update

PUT /notifications/{notificationId}

Updates notification with matching id.

GET /notification/delete/{notificationId}

DELETE /notifications/{notificationId}

Deletes notification with matching id.

...