67cdb6f8f0
Previously, remove_subscriptions called the PATCH /api/v1/users/me/subscriptions endpoint, which is more like an ad-hoc endpoint for bulk adding/removing subscriptions for the user that makes the request. However, making a DELETE request allows an admin to pass in the `principals` argument to unsubscribe other users from streams as well, which is more consistent with how add_subscriptions works. |
||
---|---|---|
.. | ||
examples | ||
__init__.py | ||
api_examples.py | ||
send.py |