mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Add support for updating the stream description
The stream description can now be updated, but the UI is not yet updated on success. (imported from commit f45e0a9d5138d828ae98d6d49645ab3ddc966704)
This commit is contained in:
@@ -177,6 +177,7 @@ v1_api_and_json_patterns = patterns('zerver.views',
|
||||
url(r'^streams/(?P<stream_name>.*)$', 'rest_dispatch',
|
||||
{'HEAD': 'stream_exists_backend',
|
||||
'GET': 'stream_exists_backend',
|
||||
'PATCH': 'update_stream_backend',
|
||||
'DELETE': 'deactivate_stream_backend'}),
|
||||
url(r'^users$', 'rest_dispatch',
|
||||
{'GET': 'get_members_backend',
|
||||
|
||||
Reference in New Issue
Block a user