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 a topicSynapse users who has READ permission on the object/subscriptionPOST CreateSubscriptionSubscription
2retrieve subscriptions for a list of topicsSynapse users/subscriptionPOST List<Topic>SubscriptionPage
3unsubscribe to a topicSynapse users who subscribed to the object/subscription/{subscriptionId}DELETE   
        

...