1 parent 4e2ec1a commit cd3814bCopy full SHA for cd3814b
1 file changed
examples/org_wide_clients_v1.py
@@ -7,8 +7,8 @@
7
8
# Either input your API key below by uncommenting line 10 and changing line 16 to api_key=API_KEY,
9
# or set an environment variable (preferred) to define your API key. The former is insecure and not recommended.
10
-# For example, in Linux/macOS: export MERAKI_DASHBOARD_API_KEY=093b24e85df15a3e66f1fc359f4c48493eaa1b73
11
-# API_KEY = '093b24e85df15a3e66f1fc359f4c48493eaa1b73'
+# For example, in Linux/macOS: export MERAKI_DASHBOARD_API_KEY=your-key-here
+# API_KEY = 'your-key-here'
12
13
14
def main():
0 commit comments