From a0310e97ada8f234bf95f1b19383c5e148aa65ea Mon Sep 17 00:00:00 2001 From: Claire Date: Wed, 26 Mar 2025 15:24:56 +0100 Subject: [PATCH] Add documentation for `registrations.reason_required` (#1624) --- content/en/entities/Instance.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/en/entities/Instance.md b/content/en/entities/Instance.md index 11c48188..1373c754 100644 --- a/content/en/entities/Instance.md +++ b/content/en/entities/Instance.md @@ -121,6 +121,7 @@ aliases: [ "registrations": { "enabled": false, "approval_required": false, + "reason_required": false, "message": null, "min_age": 16 }, @@ -519,6 +520,13 @@ aliases: [ **Version history:**\ 4.4.0 - added +#### `registrations[reason_required]` #{registrations-reason_required} + +**Description:** Whether registrations require the user to provide a reason for joining. Only applicable when `registrations[approval_required]` is true.\ +**Type:** {{}} Boolean\ +**Version history:**\ +4.4.0 - added + ### `api_versions` {#api-versions} **Description:** Information about which version of the API is implemented by this server. It contains at least a `mastodon` attribute, and other implementations may have their own additional attributes.\