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

[SWAGGER/ Club/ GET] Incorrectly described the parameters for endpoint '/api/clubs/search/simple' #2137

Open
Oksana-Lysak opened this issue Jan 18, 2024 · 1 comment
Assignees
Labels
API bug Something isn't working Club documentation Improvements or additions to documentation Priority: High Severity: low

Comments

@Oksana-Lysak
Copy link

Oksana-Lysak commented Jan 18, 2024

Environment: Windows 11 Pro Version 22H2 Build 22621.2428
Google Chrome 118.0.5993.118 (Official build) (64-bit)
Reproducible: always
Build found:
front 2024-01-04 d5b9ee
back 2024-01-04 7dd789

Preconditions
1.Swagger http://speak-ukrainian.eastus2.cloudapp.azure.com/dev/swagger-ui/index.html#/ is opened.
2. Token is gotten.

Steps to reproduce

  1. Go to endpoint '/api/clubs/search/simple' http://speak-ukrainian.eastus2.cloudapp.azure.com/dev/swagger-ui/index.html#/club/getClubsByCategoryAndCity

Actual result

  1. Pagination is missing in the parameters
  2. Extra parameters are present

{
"clubName": "string",
"cityName": "string",
"categoryName": "string",
"isOnline": true
}
9

Expected result
Parameters contain Pagination and
"cityName": "string",
"categoryName": "string"

@Oksana-Lysak Oksana-Lysak added the bug Something isn't working label Jan 18, 2024
@Oksana-Lysak Oksana-Lysak self-assigned this Jan 18, 2024
@Oksana-Lysak Oksana-Lysak added documentation Improvements or additions to documentation API Club labels Jan 18, 2024
@Oksana-Lysak Oksana-Lysak changed the title [SWAGGER/ Club/ GET] Incorrectly described the parameter for endpoint '/api/clubs/search/simple' [SWAGGER/ Club/ GET] Incorrectly described the parameters for endpoint '/api/clubs/search/simple' Jan 18, 2024
@Oksana-Lysak
Copy link
Author

Oksana-Lysak commented Jan 18, 2024

Related:
#2137
#2138

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API bug Something isn't working Club documentation Improvements or additions to documentation Priority: High Severity: low
Projects
Status: To do
Status: ToDo
Development

No branches or pull requests

1 participant