diff --git a/src/components/Badge.astro b/src/components/Badge.astro index 3ed0affac..8614dce25 100644 --- a/src/components/Badge.astro +++ b/src/components/Badge.astro @@ -25,11 +25,10 @@ if (Astro.slots.has("default")) { content = await Astro.slots.render("default"); } --- - - - + + diff --git a/src/content/docs/en/api/rs-api/events.mdx b/src/content/docs/en/api/rs-api/events.mdx index a1db14504..0f6360b2e 100644 --- a/src/content/docs/en/api/rs-api/events.mdx +++ b/src/content/docs/en/api/rs-api/events.mdx @@ -78,8 +78,7 @@ This endpoint returns the following responses: - - `formatting` - String - The format in which the event's data is stored. -- - `increase_is_negative` - Deprecated +- - `increase_is_negative` - Boolean - Whether the most recent change was a value increase. - - `app_token`