diff --git a/website/docs/r/branch_protection.html.markdown b/website/docs/r/branch_protection.html.markdown index 00be221254..33d8bd76c8 100644 --- a/website/docs/r/branch_protection.html.markdown +++ b/website/docs/r/branch_protection.html.markdown @@ -87,8 +87,8 @@ The following arguments are supported: * `users`: (Optional) The list of user logins with push access. * `teams`: (Optional) The list of team slugs with push access. -* `apps`: (Optional) The list of app slugs with push access. Always use `slug` of the team, **not** its name. Each team already **has** to have access to the repository. +* `apps`: (Optional) The list of app slugs with push access. `restrictions` is only available for organization-owned repositories.