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

Fix query param spelling #7017

Merged
merged 1 commit into from Dec 19, 2021
Merged

Fix query param spelling #7017

merged 1 commit into from Dec 19, 2021

Conversation

crobibero
Copy link
Member

oops

[ApiMember(Name = "EnableImages", Description = "Optional, include image information in output", IsRequired = false, DataType = "boolean", ParameterType = "query", Verb = "GET")]
public bool? EnableImages { get; set; }

[ApiMember(Name = "EnableImages", Description = "Optional, include image information in output", IsRequired = false, DataType = "boolean", ParameterType = "query", Verb = "GET")]
public bool? EnableImages { get; set; }

@crobibero crobibero added this to Active PRs in Release 10.8.0 via automation Dec 19, 2021
@github-actions
Copy link

Changes in OpenAPI specification found. Expand to see details.

What's Changed


GET /Shows/NextUp
Parameters:

Added: enableImages in query

Optional. Include image information in output.

Deleted: enableImges in query

Optional. Include image information in output.

GET /Shows/Upcoming
Parameters:

Added: enableImages in query

Optional. Include image information in output.

Deleted: enableImges in query

Optional. Include image information in output.

Release 10.8.0 automation moved this from Active PRs to Approved PRs Dec 19, 2021
@cvium cvium merged commit cd76094 into jellyfin:master Dec 19, 2021
Release 10.8.0 automation moved this from Approved PRs to Completed PRs Dec 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Release 10.8.0
  
Completed PRs
Development

Successfully merging this pull request may close these issues.

None yet

3 participants