diff --git a/zerver/openapi/python_examples.py b/zerver/openapi/python_examples.py index 7ed39301ea..8ef9b1c53e 100644 --- a/zerver/openapi/python_examples.py +++ b/zerver/openapi/python_examples.py @@ -368,7 +368,7 @@ def revoke_reusable_invitation_link(client: Client) -> None: request = { "invite_expires_in_minutes": 14400, # 10 days "invite_as": 400, - "stream_ids": [1, 8, 9], + "stream_ids": [1], } result = client.call_endpoint(url="/invites/multiuse", method="POST", request=request)