mirror of https://github.com/zulip/zulip.git
openapi: Allow empty value of stream's description.
This is important because otherwise tests that change a stream description to the empty string don't work.
This commit is contained in:
parent
35ee5679d6
commit
52cf557d2b
|
@ -13185,6 +13185,7 @@ paths:
|
|||
type: string
|
||||
example: "Discuss Italian history and travel destinations."
|
||||
required: false
|
||||
allowEmptyValue: true
|
||||
- name: new_name
|
||||
in: query
|
||||
description: |
|
||||
|
|
Loading…
Reference in New Issue