FusionAuth / fusionauth-site

Website and documentation for FusionAuth
https://fusionauth.io
Other
45 stars 45 forks source link

fixed api parameter names for simple themes #3118

Closed mooreds closed 3 weeks ago

mooreds commented 3 weeks ago

In the course of fixing https://github.com/FusionAuth/fusionauth-site/pull/3117 I discovered that there were two attributes of the themes object that didn't exist on the docs pages:

{:original_examined_type=>"theme.variables", :full_field_name=>"theme.variables.backgroundImageURL", :type=>"URI"}
{:original_examined_type=>"theme.variables", :full_field_name=>"theme.variables.logoImageURL", :type=>"URI"}

Looks like in the doc, URL is not properly cased. Instead, it has a lowercase r and l (Url vs URL) which was incorrect based on the JSON objects and observed behavior for 1.51.0.