Skip to content

Commit

Permalink
Update branch_restriction.html.markdown
Browse files Browse the repository at this point in the history
Fix broken link for atlassian branch-restrictions
  • Loading branch information
luismsousa authored Aug 25, 2020
1 parent a677ca5 commit 84117b0
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 84117b0

Please sign in to comment.