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
https://petstore3.swagger.io/api/v3/openapi.json
Even when I execute the example request from Swagger UI the response is 500.
Here is the valid response body as per the schema
{ "id": 10, "name": "doggie", "category": { "id": 1, "name": "Dogs" }, "photoUrls": [ "string" ], "tags": [ { "id": 0, "name": "string" } ], "status": "available" }
And this is the response
<code>500</code> <message>There was an error processing your request. It has been logged (ID: 8e3eae56f355c584)</message>
The text was updated successfully, but these errors were encountered:
Seems to be fixed the next day, closing the ticket.
Sorry, something went wrong.
Why is this happening again, from time to time?
No branches or pull requests
https://petstore3.swagger.io/api/v3/openapi.json
Even when I execute the example request from Swagger UI the response is 500.
Here is the valid response body as per the schema
And this is the response
The text was updated successfully, but these errors were encountered: