From a8661f1effa85c30d83624b0b0d1d750310c7383 Mon Sep 17 00:00:00 2001 From: Hank Grabowski Date: Wed, 22 Feb 2023 22:20:33 -0500 Subject: [PATCH] Add Mastodon Notification Entity Extensions documentation --- doc/API-Mastodon.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/API-Mastodon.md b/doc/API-Mastodon.md index 932446b198..94068dab64 100644 --- a/doc/API-Mastodon.md +++ b/doc/API-Mastodon.md @@ -31,6 +31,10 @@ For supported apps please have a look at the [FAQ](help/FAQ#clients) These endpoints use the [Mastodon API entities](https://docs.joinmastodon.org/entities/). With some additional extensions listed below. +### Notification Entities +Extensions to the [Mastodon Notification Entities](https://docs.joinmastodon.org/entities/Notification/) +* `dismissed`: whether the object has been dismissed or not + ### Status Entities Extensions to the [Mastodon Status Entities](https://docs.joinmastodon.org/entities/Status/) * `in_reply_to_status`: A fully populated Mastodon Status entity for the replied to status or null it is a post rather than a response