-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Highest
-
Component/s: Integrations - API
As documented in BCLOUD-16556 and https://developer.atlassian.com/cloud/bitbucket/deprecation-notice-v1-apis/ , the following 1.0 REST endpoints are still supported:
- /1.0/groups
- /1.0/groups/
{accountname}/
* /1.0/groups/{accountname}/
{group_slug}/
* /1.0/groups/{accountname}/{group_slug}/members
- /1.0/groups/
{accountname}/{group_slug}/members/{membername}
* /1.0/group-privileges/{accountname} - /1.0/group-privileges/
{accountname}/{repo_slug}
* /1.0/group-privileges/{accountname}/
{repo_slug}/
{group_owner}/{group_slug}
* /1.0/group-privileges/{accountname}/{group_owner}/
{group_slug}
as well as:
- /1.0/users/
{uuid}
/invitations (as of
BCLOUD-16556)
Their documentation, however, has been completely removed from confluence and it is impossible now to track how they work. This has halted our complete migration from privileges to group-privileges and invitations for all use cases.
Please restore the documentation as it is the only away to understand these APIs.