Versions Compared

Key

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

...

We will pick one approach and move forward. Depending on what other problems that come up during the implementation, we may switch to a different approach.

Models

Image RemovedImage Added

API

 ActionIntended UserURIMethodRequest ParamsRequest BodyResponse Body
1subscribe to an objectSynapse users who has READ permission on the object/subscriptionsPOST SubscriptionSubscription
2retrieve subscriptions for a list of objectsSynapse users/subscriptionsPUT List<Topic>SubscriptionPage
3unsubscribe to an objectSynapse users who subscribed to the object/subscriptions/unsubscribe/{objectId}/type/{objectType}DELETE   
        

...