We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608fd28 commit 5d350f0Copy full SHA for 5d350f0
content/v3/repos.md
@@ -306,6 +306,8 @@ Name | Type | Description
306
<%= headers 200 %>
307
<%= json(:branch) %>
308
309
+{% if page.version == 'dotcom' or page.version >= 2.5 %}
310
+
311
## Enabling and disabling branch protection
312
313
{{#tip}}
@@ -362,6 +364,8 @@ Name | Description
362
364
}
363
365
%>
366
367
+{% endif %}
368
369
## Delete a Repository
370
371
Deleting a repository requires admin access. If OAuth is used, the
0 commit comments