From 25e00aadcfb06bf9fdbb6b209514932681af948d Mon Sep 17 00:00:00 2001 From: Claire Date: Tue, 8 Apr 2025 09:25:21 +0200 Subject: [PATCH] Fix `terms_of_service` URL and `privacy_policy` URL having incorrect nullable flags Those were swapped --- content/en/entities/Instance.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/entities/Instance.md b/content/en/entities/Instance.md index 9d10415e..76406414 100644 --- a/content/en/entities/Instance.md +++ b/content/en/entities/Instance.md @@ -338,14 +338,14 @@ aliases: [ ##### `configuration[urls][privacy_policy]` {#privacy_policy} **Description:** The URL of the server's privacy policy.\ -**Type:** {{}} 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:** {{}} String (URL)\ **Version history:**\ 4.4.0 - added