From d0f4a863478d5c0bd0c8eaff5387ee2d33d6069c Mon Sep 17 00:00:00 2001 From: jgstew Date: Thu, 9 May 2024 16:07:17 -0400 Subject: [PATCH] add comment --- examples/serversettings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/serversettings.py b/examples/serversettings.py index 63d0b44..b2cf16b 100644 --- a/examples/serversettings.py +++ b/examples/serversettings.py @@ -10,6 +10,7 @@ python serversettings.py -r https://localhost:52311/api -u API_USER -p API_PASSWORD References: +- https://developer.bigfix.com/rest-api/api/admin.html - https://github.com/jgstew/besapi/blob/master/examples/rest_cmd_args.py - https://github.com/jgstew/tools/blob/master/Python/locate_self.py """