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

Add record_count to /api/v1/popular-words API Response #2807

Closed
marevol opened this issue Feb 22, 2024 · 0 comments
Closed

Add record_count to /api/v1/popular-words API Response #2807

marevol opened this issue Feb 22, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@marevol
Copy link
Contributor

marevol commented Feb 22, 2024

We have identified a discrepancy between our OpenAPI specification and the actual implementation of the /api/v1/popular-words endpoint. The record_count field, which is supposed to indicate the number of popular words returned by the API, was missing from the response despite being documented in the OpenAPI definition. This oversight has been rectified by adding the record_count to the API response, aligning our implementation with the documented specification.

The response of the /api/v1/popular-words API now includes a record_count field that reflects the total number of popular words returned.

@marevol marevol added the bug label Feb 22, 2024
@marevol marevol added this to the 14.12.0 milestone Feb 22, 2024
@marevol marevol self-assigned this Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant