Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If so, should we point them to staging or prod? If we point them to staging, they will see the new thread, but may be confused between staging and prod. If we point them to prod, they will not be able to see the new thread and may think that Synapse is broken.

Models

Image RemovedImage Added

API

all subscriptions/
 ActionIntended UserURIMethodRequest ParamsRequest BodyResponse Body
1subscribe to an objectSynapse users who has READ permission on the object/subscriptionsPOST SubscriptionSubscription
2retrieve Synapse users subscriptions GETlimit, offset SubscriptionPage3retrieve a subscription for a single objectfor a list of objectsSynapse users/subscriptions/{objectId}/type/{objectType} PUT  List<Topic> SubscriptionPage
43unsubscribe to an objectSynapse users who subscribed to the object/subscriptions/unsubscribe/{objectId}/type/{objectType}DELETE   
5change notification methodSynapse users who subscribed to the object/subscriptionsPUT SubscriptionSubscription
6get all notificationsSynapse users/notificationsGETfilter(NO_FILTER, UNREAD_ONLY), eventType, limit, offset NotificationPage
7mark a notification as readSynapse users/notifications/{notificationId}/readPUT  Notification
8get eventSynapse users/events/{eventId}/type/{eventType}GET  Event