1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00
Claire e19829bd51
Add documentation for moderation_warning notification types (#1479)
* Add documentation for `moderation_warning` notification types

* Add documentation for `AccountWarning` entity

* Add documentation for `Appeal` entity
2024-07-15 11:39:10 +02:00

673 B

title description menu aliases
Appeal Appeal against a moderation action.
docs
parent
entities
/entities/Appeal
/api/entities/Appeal

Attributes

text

Description: Text of the appeal from the moderated account to the moderators.
Type: String
Version history:
4.3.0 - added

state

Description: State of the appeal.
Type: String (Enumerable oneOf)
approved = The appeal has been approved by a moderator
rejected = The appeal has been rejected by a moderator
pending = The appeal has been submitted, but neither approved nor rejected yet
Version history:
4.3.0 - added