You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
boostvolt
changed the title
Workspaces -> getProjects -> description null error
workspaces.getProjects description null error
Aug 24, 2021
When I make the following query:
const { data } = await bitbucket.workspaces.getProjects({ workspace })
I getnull
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.The text was updated successfully, but these errors were encountered: