Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed api parameter names for simple themes #3118

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

mooreds
Copy link
Contributor

@mooreds mooreds commented Jun 13, 2024

In the course of fixing #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.

…ed on the JSON objects and observed behavior for 1.51.0
@mooreds mooreds requested a review from lyleschemmerling June 13, 2024 15:23
@mooreds mooreds merged commit 5adf2a7 into main Jun 13, 2024
3 checks passed
@mooreds mooreds deleted the mooreds/fix-misnamed-variables-simple-themes branch June 13, 2024 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants