Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #65 from luismsousa/patch-1
Browse files Browse the repository at this point in the history
Update branch_restriction.html.markdown
  • Loading branch information
cwood authored Aug 31, 2020
2 parents 9115f28 + 84117b0 commit 33cf180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/branch_restriction.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The following arguments are supported:
* `owner` - (Required) The owner of this repository. Can be you or any team you
have write access to.
* `repository` - (Required) The name of the repository.
* `kind` - (Required) The type of restriction that is being applied. List of possible stages is [here](https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Busername%7D/%7Brepo_slug%7D/branch-restrictions).
* `kind` - (Required) The type of restriction that is being applied. List of possible stages is [here](https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Bworkspace%7D/%7Brepo_slug%7D/branch-restrictions/%7Bid%7Da).
* `pattern` - (Required) The pattern to determine which branches will be restricted.
* `users` - (Optional) A list of users to use.
* `groups` - (Optional) A list of groups to use.

0 comments on commit 33cf180

Please sign in to comment.