Skip to content

Commit

Permalink
openapi: Improve description of subscriptions in /users/me/subscripti…
Browse files Browse the repository at this point in the history
…ons.
  • Loading branch information
hackerkid authored and timabbott committed Oct 15, 2019
1 parent 06883dc commit 89d82ab
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions zerver/openapi/zulip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1417,9 +1417,13 @@ paths:
parameters:
- name: subscriptions
in: query
description: "A list of dictionaries, where each dictionary contains
key/value pairs specifying a particular stream to subscribe to.
You can specify an initial description here when creating a new stream.
description: "A list of dictionaries containing the the key `name`
and value specifying the name of the stream to subscribe. If the
stream does not exist a new stream is created. The description of the
stream created can be specified by setting the dictionary key
`description` with an appropriate value.
**Note**: This argument is called `streams` and not `subscriptions`
in our Python API."
schema:
Expand Down

0 comments on commit 89d82ab

Please sign in to comment.