Skip to content

Commit

Permalink
Merge pull request #187 from giveadamakick/patch-1
Browse files Browse the repository at this point in the history
Fix headline in repository_group_permission.md
  • Loading branch information
DrFaust92 authored Nov 24, 2023
2 parents 92d2b25 + 8d9c011 commit 4598e3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/repository_group_permission.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ description: |-
Provides a Bitbucket Repository Group Permission Resource
---

# bitbucket\_hook
# bitbucket\_repository\_group\_permission

Provides a Bitbucket Repository Group Permission Resource.

This allows you set explicit group permission for a repository.

OAuth2 Scopes: `repository:admin`

Note: can only be used when authenticating with Bitbucket CLoud using an _app password_. Authenticating via an OAuth flow gives a 403 error due to a [restriction in the Bitbucket Cloud API](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-repositories/#api-repositories-workspace-repo-slug-permissions-config-groups-group-slug-put).
Note: can only be used when authenticating with Bitbucket Cloud using an _app password_. Authenticating via an OAuth flow gives a 403 error due to a [restriction in the Bitbucket Cloud API](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-repositories/#api-repositories-workspace-repo-slug-permissions-config-groups-group-slug-put).

## Example Usage

Expand Down

0 comments on commit 4598e3b

Please sign in to comment.