Skip to content

Commit

Permalink
Docs(fix): fix formatting of docusaurus admonitions
Browse files Browse the repository at this point in the history
They seem to have been broken by prettier
  • Loading branch information
thomasheartman committed Aug 4, 2022
1 parent cd5e1a3 commit b406f67
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions website/docs/api/admin/events-api.md
Expand Up @@ -5,7 +5,11 @@ title: /api/admin/events

import ApiRequest from '@site/src/components/ApiRequest'

:::note In order to access the admin API endpoints you need to identify yourself. Unless you're using the `none` authentication method, you'll need to [create an ADMIN token](/user_guide/api-token) and add an Authorization header using the token. :::
:::note

In order to access the admin API endpoints you need to identify yourself. Unless you're using the `none` authentication method, you'll need to [create an ADMIN token](/user_guide/api-token) and add an Authorization header using the token.

:::

The Events API lets you retrieve events from your Unleash instance.

Expand Down Expand Up @@ -191,7 +195,11 @@ This event fires when you create a feature. The `data` property contains the det

### `feature-updated`

:::caution Deprecation notice This event type was replaced by more granular event types in Unleash 4.3. From Unleash 4.3 onwards, you'll need to use the events listed later in this section instead. :::
:::caution Deprecation notice

This event type was replaced by more granular event types in Unleash 4.3. From Unleash 4.3 onwards, you'll need to use the events listed later in this section instead.

:::

This event fires when a feature gets updated in some way. The `data` property contains the new state of the toggle. This is a legacy event, so it does not populate `preData` property.

Expand Down

0 comments on commit b406f67

Please sign in to comment.