Skip to content

Commit

Permalink
(chocolatey#1028) Fix emoticons in index.mdx
Browse files Browse the repository at this point in the history
- replace ⚙️ with unicode gear ⚙ emoticon
  • Loading branch information
LeaDevelop committed Sep 26, 2024
1 parent e41b188 commit 466a860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/en-us/central-management/usage/api/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Callout type="warning">
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 466a860

Please sign in to comment.