From 034a24bd2b51ba1da6630fa11eaba4badac81c6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Waldemar=20=C5=BBurowski?= <45210402+wzur-r3@users.noreply.github.com> Date: Sun, 5 Apr 2020 08:51:12 +0100 Subject: [PATCH] Remark for `slug` for teams in `restrictions` in wrong place --- website/docs/r/branch_protection.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.