We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The /ready response is defined with the property start:
/ready
start
Ready: type: object properties: status: type: string enum: - ready start: type: string format: date-time example: "2019-03-13T10:09:33.891196-04:00" up: type: string example: "14m45.911966424s"
but the HTTP response contains the property started:
started
-> GET -> http://127.0.0.1:9999/ready <- 200 <- OK <- { "status": "ready", "started": "2019-03-19T12:32:51.70187034Z", "up": "5h57m29.252527827s" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
/ready
response is defined with the propertystart
:but the HTTP response contains the property
started
:The text was updated successfully, but these errors were encountered: