Skip to content

Commit

Permalink
Add a description for the api_key
Browse files Browse the repository at this point in the history
  • Loading branch information
domwhewell-sage committed Sep 18, 2024
1 parent b1bed05 commit e19416d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbot/modules/postman_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class postman_download(postman):
"author": "@domwhewell-sage",
}
options = {"output_folder": "", "api_key": ""}
options_desc = {"output_folder": "Folder to download postman workspaces to"}
options_desc = {"output_folder": "Folder to download postman workspaces to", "api_key": "Postman API Key"}
scope_distance_modifier = 2

async def setup(self):
Expand Down

0 comments on commit e19416d

Please sign in to comment.