-
Notifications
You must be signed in to change notification settings - Fork 43
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
Endpoints with ID's placeholder in Swagger UI is unworking (launcher-controller, test-run-controller, test-controller) #1994
Comments
Looks like swagger bug. Does it work after page refresh? |
No, all ID's placeholder is unworking all time, after page refresh too |
For now looks like you should execute requests in postman for now. |
@tsvrko try to update with dataTypeClass = Long.class (e.g.). It is working |
Fixed, available on stage ui v.1.360-SNAPSHOT | server v.1.535-SNAPSHOT | client v.1.0-SNAPSHOT |
Verified in ui v.1.360-SNAPSHOT | server v.1.537-SNAPSHOT | client v.1.0-SNAPSHOT |
Description
When we try use some Swagger UI endpoints that needs ID (f. e. launcherId, testRunId, testId) we can't retrieve response or status code (issue with ID's placeholder)
Steps to reproduce
send Post request to https://automation.qaprosoft.farm/zafira-ws/api/launchers?automationServerId=${automationServerId}
Actual behavior
(ID's placeholder turn red, execute btn is not clickable)
Expected behavior (if known)
status code 200 in response and getting launcher
Environment
https://automation/zafira-ws/api
API (back-end) version: 2
The text was updated successfully, but these errors were encountered: