From 292911df8b51ff46c3260e57cc2157144825ca1b Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 15 Jan 2024 05:14:57 -0500 Subject: [PATCH] fix(docs): added requires administrator admonition to get_invites --- pyzipline/zipline.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyzipline/zipline.py b/pyzipline/zipline.py index 80eafa0..f7936df 100644 --- a/pyzipline/zipline.py +++ b/pyzipline/zipline.py @@ -288,6 +288,10 @@ class ZiplineApi: type: warning /// + /// admonition | Requires Administrator + type: danger + /// + Raises: Forbidden: The user is not authenticated FeatureDisabledError: Invites are disabled on the Zipline instance