mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00

* Add documentation for `moderation_warning` notification types * Add documentation for `AccountWarning` entity * Add documentation for `Appeal` entity
673 B
673 B
title | description | menu | aliases | ||||||
---|---|---|---|---|---|---|---|---|---|
Appeal | Appeal against a moderation action. |
|
|
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