diff --git a/content/rest/reference/actions.md b/content/rest/reference/actions.md index a162cda6f3..cf127e9282 100644 --- a/content/rest/reference/actions.md +++ b/content/rest/reference/actions.md @@ -24,6 +24,7 @@ The Artifacts API allows you to download, delete, and retrieve information about {% if operation.subcategory == 'artifacts' %}{% include rest_operation %}{% endif %} {% endfor %} +{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %} ## Permissions The Permissions API allows you to set permissions for what organizations and repositories are allowed to run {% data variables.product.prodname_actions %}, and what actions are allowed to run. For more information, see "[Usage limits, billing, and administration](/actions/reference/usage-limits-billing-and-administration#disabling-or-limiting-github-actions-for-your-repository-or-organization)." @@ -33,6 +34,7 @@ You can also set permissions for an enterprise. For more information, see the "[ {% for operation in currentRestOperations %} {% if operation.subcategory == 'permissions' %}{% include rest_operation %}{% endif %} {% endfor %} +{% endif %} ## Secrets