diff --git a/content/admin/overview/about-the-github-enterprise-api.md b/content/admin/overview/about-the-github-enterprise-api.md index cb2b91dd3cc2..80f00dc99fc4 100644 --- a/content/admin/overview/about-the-github-enterprise-api.md +++ b/content/admin/overview/about-the-github-enterprise-api.md @@ -16,11 +16,9 @@ shortTitle: GitHub Enterprise API --- With the APIs, you can automate many administrative tasks. Some examples include: -* Perform changes to the {% data variables.enterprise.management_console %}. For more information, see -{% ifversion management-console-manage-ghes-parity -%} -"[AUTOTITLE](/rest/enterprise-admin/manage-ghes)." -{%- else -%} -"[AUTOTITLE](/rest/enterprise-admin/management-console)." + +{%- ifversion management-console-manage-ghes-parity %} +* Perform a configuration run to apply changes to {% data variables.enterprise.management_console %} settings. For more information, see "[AUTOTITLE](/rest/enterprise-admin/manage-ghes)." {%- endif %} * Configure LDAP sync. For more information, see "[AUTOTITLE](/rest/enterprise-admin/ldap)." * Collect statistics about your enterprise. For more information, see "[AUTOTITLE](/rest/enterprise-admin/admin-stats)." diff --git a/content/rest/enterprise-admin/index.md b/content/rest/enterprise-admin/index.md index 8511c082c1b4..ebf810db3db8 100644 --- a/content/rest/enterprise-admin/index.md +++ b/content/rest/enterprise-admin/index.md @@ -44,13 +44,7 @@ autogenerated: rest ## Endpoint URLs -These endpoints -{% ifversion management-console-manage-ghes-parity -%} -—except Manage GitHub Enterprise Server API— -{%- else -%} -—except Management Console API— -{%- endif -%} - are prefixed with the following URL: +These endpoints{% ifversion ghes %}, except the Manage GitHub Enterprise Server API {% ifversion ghes < 3.15 %} and Management Console API{% endif %},{% endif %} are prefixed with the following URL: ```shell {% data variables.product.rest_url %} @@ -61,15 +55,11 @@ When endpoints include `{enterprise}`, replace `{enterprise}` with the handle fo {% endif %} {% ifversion ghes %} -{% ifversion management-console-manage-ghes-parity -%} -Manage GitHub Enterprise Server API -{%- else -%} -Management Console API -{%- endif %} -endpoints are only prefixed with a hostname: + +Endpoints for the Manage GitHub Enterprise Server API{% ifversion ghes < 3.15 %} and Management Console API{% endif %} are only prefixed with a hostname and administration port: ```shell -http(s)://HOSTNAME/ +http(s)://HOSTNAME:ADMINISTRATION-PORT/ ``` {% endif %} @@ -81,13 +71,7 @@ Your {% data variables.product.product_name %} installation's API endpoints acce OAuth tokens must have the `site_admin` [OAuth scope](/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps#available-scopes) when used with these endpoints. -These endpoints are only accessible to authenticated {% data variables.product.product_name %} site administrators, except for the -{% ifversion management-console-manage-ghes-parity -%} -[AUTOTITLE](/rest/enterprise-admin/manage-ghes), -{%- else -%} -[AUTOTITLE](/rest/enterprise-admin/management-console), -{%- endif %} -which requires the [Management Console password](/admin/configuration/administering-your-instance-from-the-management-console). +These endpoints are only accessible to authenticated {% data variables.product.product_name %} site administrators, except for endpoints of the [AUTOTITLE](/rest/enterprise-admin/manage-ghes) API{% ifversion ghes < 3.15 %} and [AUTOTITLE](/rest/enterprise-admin/management-console) API{% endif %}, which allow authentication as a Management Console user. See "[AUTOTITLE](/admin/configuration/administering-your-instance-from-the-management-console)." {% data reusables.enterprise_management_console.api-deprecation %} diff --git a/content/rest/enterprise-admin/manage-ghes.md b/content/rest/enterprise-admin/manage-ghes.md index 35af1e12ed8c..198546821609 100644 --- a/content/rest/enterprise-admin/manage-ghes.md +++ b/content/rest/enterprise-admin/manage-ghes.md @@ -53,7 +53,7 @@ By default, the response includes information from about all configured nodes fo | Query parameter | Description | | :- | :- | | `uuid` | Unique identifier for the node. | -| `cluster_role` | For nodes in a cluster, the roles that apply to the node. For more information, see "[AUTOTITLE)(/admin/enterprise-management/configuring-clustering/about-cluster-nodes)." | +| `cluster_role` | For nodes in a cluster, the roles that apply to the node. For more information, see "[AUTOTITLE](/admin/enterprise-management/configuring-clustering/about-cluster-nodes)." | You can specify multiple values for the query parameter by delimiting the values with a comma. For example, the following request uses curl to return any nodes with the `web-server` or `storage-server` role. diff --git a/src/landings/components/CategoryLanding.tsx b/src/landings/components/CategoryLanding.tsx index f004f3b844e0..8dac7779ef31 100644 --- a/src/landings/components/CategoryLanding.tsx +++ b/src/landings/components/CategoryLanding.tsx @@ -132,9 +132,9 @@ export const CategoryLanding = () => { /> -