1
0
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:
Claire 2025-04-08 09:25:21 +02:00 committed by GitHub
parent 5ef698a542
commit 25e00aadcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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