Skip to content

Commit 8987033

Browse files
JasonEtcoemmaviolethubwriter
authored
Add lfs subcategory to API section of enterprise-admin (github#20762)
* Add Git LFS API section to enterprise-admin * Add GHES version constraint * >= 3.3 * Try `> 3.2` Co-authored-by: hubwriter <hubwriter@github.com> Co-authored-by: Emma Makinson <emmaviolet@github.com> Co-authored-by: hubwriter <hubwriter@github.com>
1 parent 1e52b76 commit 8987033

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/rest/reference/enterprise-admin.md

+10
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,16 @@ $ curl -L 'https://api_key:<em>your-amazing-password</em>@<em>hostname</em>:<em>
195195

196196
{% endif %}
197197

198+
{% ifversion ghes > 3.2 %}
199+
200+
## Git LFS
201+
202+
{% for operation in currentRestOperations %}
203+
{% if operation.subcategory == 'lfs' %}{% include rest_operation %}{% endif %}
204+
{% endfor %}
205+
206+
{% endif %}
207+
198208
{% ifversion ghae or ghes %}
199209
## Organizations
200210

0 commit comments

Comments
 (0)