Fix terms_of_service
URL and privacy_policy
URL having incorrect nullable flags (#1629)
Those were swapped
This commit is contained in:
parent
a21d5807f5
commit
764ed11fc5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue