From 9375de0d6ca10da17a4b1ae13978bdfbeefb33da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Mon, 20 Sep 2021 19:20:20 +0200 Subject: [PATCH] prettier MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- docs/integrations/bitbucket/locations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/integrations/bitbucket/locations.md b/docs/integrations/bitbucket/locations.md index 2c53db70d4..67c4dcac33 100644 --- a/docs/integrations/bitbucket/locations.md +++ b/docs/integrations/bitbucket/locations.md @@ -31,8 +31,8 @@ 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` (optional): The Bitbucket username to use in API requests. If neither a - username nor token are supplied, anonymous access will be used. +- `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`. - `apiBaseUrl` (optional): The URL of the Bitbucket API. For self-hosted