From c850933d83e62f9f0c5bc927cbcbea8dfa224351 Mon Sep 17 00:00:00 2001 From: Anis Jonischkeit Date: Fri, 17 Sep 2021 11:53:10 +1000 Subject: [PATCH] DOCS: mark username optional as it's not needed when using a token --- docs/integrations/bitbucket/locations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/bitbucket/locations.md b/docs/integrations/bitbucket/locations.md index d318eef874..2c53db70d4 100644 --- a/docs/integrations/bitbucket/locations.md +++ b/docs/integrations/bitbucket/locations.md @@ -31,7 +31,7 @@ a structure with up to four elements: - `host`: The host of the Bitbucket instance, e.g. `bitbucket.company.com`. - `token` (optional): An personal access token as expected by Bitbucket. Either an access token **or** a username + appPassword may be supplied. -- `username`: The Bitbucket username to use in API requests. If neither a +- `username` (optional): The Bitbucket username to use in API requests. If neither a username nor token are supplied, anonymous access will be used. - `appPassword` (optional): The password for the Bitbucket user. Only needed when using `username` instead of `token`.