Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit f897339

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent ed233e9 commit f897339

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

content/v3/orgs/members.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Name | Type | Description
2525

2626
[2fa-blog]: https://github.com/blog/1614-two-factor-authentication
2727

28-
{% if page.version != 'dotcom' and (page.version == 2.4 or page.version == 2.5) %}
28+
{% if page.version != 'dotcom' and page.version > 2.3 and page.version < 2.6 %}
2929

3030
{{#tip}}
3131

content/v3/orgs/teams.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Name | Type | Description
5454
`privacy`|`string`| The level of privacy this team should have. Can be one of:<br/> * `secret` - only visible to organization owners and members of this team.<br/> * `closed` - visible to all members of this organization.<br/>Default: `secret`<br/>{% if page.version != 'dotcom' and page.version == 2.4 %}**This parameter requires a custom media type to be specified. Please see more in the alert below.**{% endif %}
5555
`permission`|`string` | **Deprecated**. The permission that new repositories will be added to the team with when none is specified. Can be one of:<br/> * `pull` - team members can pull, but not push to or administer newly-added repositories.<br/> * `push` - team members can pull and push, but not administer newly-added repositories.<br/> * `admin` - team members can pull, push and administer newly-added repositories.<br/>Default: `pull`
5656

57-
{% if page.version != 'dotcom' and (page.version == 2.4 or page.version == 2.5) %}
57+
{% if page.version != 'dotcom' and page.version > 2.3 and page.version < 2.6 %}
5858

5959
{{#tip}}
6060

@@ -129,7 +129,7 @@ Name | Type | Description
129129
`privacy`|`string`| The level of privacy this team should have. Can be one of:<br/> * `secret` - only visible to organization owners and members of this team.<br/> * `closed` - visible to all members of this organization.<br/>Default: `secret`<br/>{% if page.version != 'dotcom' and page.version == 2.4 %}**This parameter requires a custom media type to be specified. Please see more in the alert below.**{% endif %}
130130
`permission`|`string` | **Deprecated**. The permission that new repositories will be added to the team with when none is specified. Can be one of:<br/> * `pull` - team members can pull, but not push to or administer newly-added repositories.<br/> * `push` - team members can pull and push, but not administer newly-added repositories.<br/> * `admin` - team members can pull, push and administer newly-added repositories.<br/>Default: `pull`
131131

132-
{% if page.version != 'dotcom' and (page.version == 2.4 or page.version == 2.5) %}
132+
{% if page.version != 'dotcom' and page.version > 2.3 and page.version < 2.6 %}
133133

134134
{{#tip}}
135135

@@ -522,7 +522,7 @@ Name | Type | Description
522522
{% endif %}
523523

524524

525-
{% if page.version != 'dotcom' and (page.version == 2.4 or page.version == 2.5) %}
525+
{% if page.version != 'dotcom' and page.version > 2.3 and page.version < 2.6 %}
526526

527527
{{#tip}}
528528

content/v3/repos/collaborators.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ collaborators list.
2222
<%= headers 200, :pagination => default_pagination_rels %>
2323
<%= json(:user) { |h| [h] } %>
2424

25-
{% if page.version != 'dotcom' and (page.version == 2.4 or page.version == 2.5) %}
25+
{% if page.version != 'dotcom' and page.version > 2.3 and page.version < 2.6 %}
2626

2727
### Alternative response with extra repository information
2828

@@ -70,7 +70,7 @@ Name | Type | Description
7070
<%= fetch_content(:optional_put_content_length) %>
7171

7272

73-
{% if page.version != 'dotcom' and (page.version == 2.4 or page.version == 2.5) %}
73+
{% if page.version != 'dotcom' and page.version > 2.3 and page.version < 2.6 %}
7474

7575
{{#tip}}
7676

0 commit comments

Comments
 (0)