zulip / python-zulip-api

Python library for the Zulip API.
https://zulip.com/api/
Apache License 2.0
361 stars 362 forks source link

api: Implement PATCH /streams/<stream_id>. #442

Closed YagoGG closed 6 years ago

YagoGG commented 6 years ago

Testing plan: lint and mypy checks passed locally.

About the quoting in the example, apparently the endpoint requires the strings to be quoted to be considered "valid JSON".

eeshangarg commented 6 years ago

@YagoGG: Merged, thanks for working on this! :)