Fix terms_of_service URL and privacy_policy URL having incorrect nullable flags (#1629)

Those were swapped
This commit is contained in:
Claire 2025-04-16 07:20:37 +02:00 committed by GitHub
parent a21d5807f5
commit 764ed11fc5
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} ##### `configuration[urls][privacy_policy]` {#privacy_policy}
**Description:** The URL of the server's privacy policy.\ **Description:** The URL of the server's privacy policy.\
**Type:** {{<nullable>}} String (URL) or null\ **Type:** String (URL) or null\
**Version history:**\ **Version history:**\
4.4.0 - added 4.4.0 - added
##### `configuration[urls][terms_of_service]` {#terms_of_service} ##### `configuration[urls][terms_of_service]` {#terms_of_service}
**Description:** The URL of the server's current terms of service, if any.\ **Description:** The URL of the server's current terms of service, if any.\
**Type:** String (URL)\ **Type:** {{<nullable>}} String (URL)\
**Version history:**\ **Version history:**\
4.4.0 - added 4.4.0 - added