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
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
2628Lists 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
4751List [ 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