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

Update OpenAPI schema to use 'integer' data type for input parameter #1488

Merged
merged 1 commit into from
Feb 21, 2023

Conversation

jolbol1
Copy link
Contributor

@jolbol1 jolbol1 commented Feb 18, 2023

Fixes #1486 to change the api schema to the correct number type to avoid unexpected behaviour.

@aler9 aler9 merged commit bb6fb4a into bluenviron:main Feb 21, 2023
@aler9
Copy link
Member

aler9 commented Feb 21, 2023

merged, thanks for the clarification. I always used the number type because i learned to use OpenAPI schemas when documenting nodeJS services, and there's no difference between number and integer in javascript.

@github-actions github-actions bot locked and limited conversation to collaborators Aug 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OpenAPI schema allows 'number' type but server only accepts 'integer' type for input parameter
2 participants