From 466a8605c4d3f4f9ea5135d15edaf1448c4e2ada Mon Sep 17 00:00:00 2001 From: "Lea N. - LeaDevelop" <104503492+LeaDevelop@users.noreply.github.com> Date: Thu, 26 Sep 2024 21:07:26 +0200 Subject: [PATCH] (#1028) Fix emoticons in index.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - replace :gear: with unicode gear ⚙ emoticon --- src/content/docs/en-us/central-management/usage/api/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/en-us/central-management/usage/api/index.mdx b/src/content/docs/en-us/central-management/usage/api/index.mdx index e3ce7cc635..eaa4e214b4 100644 --- a/src/content/docs/en-us/central-management/usage/api/index.mdx +++ b/src/content/docs/en-us/central-management/usage/api/index.mdx @@ -11,7 +11,7 @@ import Xref from '@components/Xref.astro'; ## Description As of CCM v0.4.0, the API for Chocolatey Central Management is exposed via Swagger. -The API documentation and examples can be reached from your CCM dashboard by selecting the :gear: **API** option on the left sidebar. +The API documentation and examples can be reached from your CCM dashboard by selecting the ⚙ **API** option on the left sidebar. The information contained there is referenced here, but you can additionally try out the various API endpoints directly from the Swagger API page for your own CCM environment. @@ -52,7 +52,7 @@ Invoke-WebRequest -Uri "https://$CcmServerHostname/$endpointUrl" -Method $Method ## Endpoints Below is a list of the API endpoints available for CCM as of v0.10.0. -For more detailed information on the API endpoints and their parameters for your version of CCM, select the :gear: **API** option from the sidebar on the Central Management dashboard, or navigate to `https://CCM_SERVER_HOSTNAME/swagger/`. +For more detailed information on the API endpoints and their parameters for your version of CCM, select the ⚙ **API** option from the sidebar on the Central Management dashboard, or navigate to `https://CCM_SERVER_HOSTNAME/swagger/`. ### AuditLog