mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
Fix terms_of_service
URL and privacy_policy
URL having incorrect nullable flags
Those were swapped
This commit is contained in:
parent
5ef698a542
commit
25e00aadcf
@ -338,14 +338,14 @@ aliases: [
|
||||
##### `configuration[urls][privacy_policy]` {#privacy_policy}
|
||||
|
||||
**Description:** The URL of the server's privacy policy.\
|
||||
**Type:** {{<nullable>}} String (URL) or null\
|
||||
**Type:** String (URL) or null\
|
||||
**Version history:**\
|
||||
4.4.0 - added
|
||||
|
||||
##### `configuration[urls][terms_of_service]` {#terms_of_service}
|
||||
|
||||
**Description:** The URL of the server's current terms of service, if any.\
|
||||
**Type:** String (URL)\
|
||||
**Type:** {{<nullable>}} String (URL)\
|
||||
**Version history:**\
|
||||
4.4.0 - added
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user