Skip to content

Commit

Permalink
(chocolatey#1028) Fix emoticons in api\index.mdx - Font Awesome acces…
Browse files Browse the repository at this point in the history
…sibility
  • Loading branch information
LeaDevelop committed Oct 6, 2024
1 parent 0bc44a5 commit 5d5d535
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 **API** option on the left sidebar.
The API documentation and examples can be reached from your CCM dashboard by selecting the <i class="fa-solid fa-gear" aria-hidden="true"></i> **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 **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 <i class="fa-solid fa-gear" aria-hidden="true"></i> **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 5d5d535

Please sign in to comment.