File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ This only lists organizations that your authorization allows you to operate on i
21
21
<%= headers 200, : pagination => default_pagination_rels %>
22
22
<%= json(: org ) { |h| [ h] } %>
23
23
24
+ {% if page.version == 'dotcom' or page.version >= 2.3 %}
25
+
24
26
## List all organizations
25
27
26
28
Lists all organizations, in the order that they were created on {{ site.data.variables.product.product_name }}.
@@ -42,6 +44,8 @@ Name | Type | Description
42
44
<%= headers 200, : pagination => { : next => 'https://api.github.com/organizations?since=135 ' } %>
43
45
<%= json(: org ) {|h| [ h] } %>
44
46
47
+ {% endif %}
48
+
45
49
## List user organizations
46
50
47
51
List [ public organization memberships] ( https://help.github.com/articles/publicizing-or-concealing-organization-membership ) for the specified user.
You can’t perform that action at this time.
0 commit comments