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

Commit a243780

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent 8f3dd14 commit a243780

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/v3/orgs.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ This only lists organizations that your authorization allows you to operate on i
2121
<%= headers 200, :pagination => default_pagination_rels %>
2222
<%= json(:org) { |h| [h] } %>
2323

24+
{% if page.version == 'dotcom' or page.version >= 2.3 %}
25+
2426
## List all organizations
2527

2628
Lists all organizations, in the order that they were created on {{ site.data.variables.product.product_name }}.
@@ -42,6 +44,8 @@ Name | Type | Description
4244
<%= headers 200, :pagination => { :next => 'https://api.github.com/organizations?since=135' } %>
4345
<%= json(:org) {|h| [h] } %>
4446

47+
{% endif %}
48+
4549
## List user organizations
4650

4751
List [public organization memberships](https://help.github.com/articles/publicizing-or-concealing-organization-membership) for the specified user.

0 commit comments

Comments
 (0)