diff --git a/zerver/openapi/zulip.yaml b/zerver/openapi/zulip.yaml index 7060e872c5..17a2a9a5dd 100644 --- a/zerver/openapi/zulip.yaml +++ b/zerver/openapi/zulip.yaml @@ -626,6 +626,8 @@ paths: in our Python API." schema: type: array + items: + type: object example: [{"name": "Verona"}] required: true - name: invite_only @@ -652,6 +654,8 @@ paths: If not provided, then the requesting user/bot is subscribed. schema: type: array + items: + type: string default: [] example: ['ZOE@zulip.com'] - name: authorization_errors_fatal