Skip to content

Commit 466a860

Browse files
committed
(#1028) Fix emoticons in index.mdx
- replace ⚙️ with unicode gear ⚙ emoticon
1 parent e41b188 commit 466a860

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/en-us/central-management/usage/api

1 file changed

+2
-2
lines changed

src/content/docs/en-us/central-management/usage/api/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Xref from '@components/Xref.astro';
1111
## Description
1212

1313
As of CCM v0.4.0, the API for Chocolatey Central Management is exposed via Swagger.
14-
The API documentation and examples can be reached from your CCM dashboard by selecting the :gear: **API** option on the left sidebar.
14+
The API documentation and examples can be reached from your CCM dashboard by selecting the **API** option on the left sidebar.
1515
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.
1616

1717
<Callout type="warning">
@@ -52,7 +52,7 @@ Invoke-WebRequest -Uri "https://$CcmServerHostname/$endpointUrl" -Method $Method
5252
## Endpoints
5353

5454
Below is a list of the API endpoints available for CCM as of v0.10.0.
55-
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/`.
55+
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/`.
5656

5757
### AuditLog
5858

0 commit comments

Comments
 (0)