node-bitbucket
node-bitbucket copied to clipboard
workspaces.getProjects description null error
When I make the following query: const { data } = await bitbucket.workspaces.getProjects({ workspace }) I get null for all project descriptions. Although descriptions are available and I can see them via the direct BitBucket API query. For direct BitBucket API access I use OAuth 2.0 authorization.
I can see them via the direct BitBucket API query
when you're doing that are you using the same tokens? I just checked with app password, and the descriptions are present in the response.