mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
Add documentation for registrations.reason_required
(#1624)
This commit is contained in:
parent
3540a72082
commit
a0310e97ad
@ -121,6 +121,7 @@ aliases: [
|
|||||||
"registrations": {
|
"registrations": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"approval_required": false,
|
"approval_required": false,
|
||||||
|
"reason_required": false,
|
||||||
"message": null,
|
"message": null,
|
||||||
"min_age": 16
|
"min_age": 16
|
||||||
},
|
},
|
||||||
@ -519,6 +520,13 @@ aliases: [
|
|||||||
**Version history:**\
|
**Version history:**\
|
||||||
4.4.0 - added
|
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:** {{<nullable>}} Boolean\
|
||||||
|
**Version history:**\
|
||||||
|
4.4.0 - added
|
||||||
|
|
||||||
### `api_versions` {#api-versions}
|
### `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.\
|
**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.\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user