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

api/v3 Petstore /pet endpoint throws 500 error on POST request #99

Open
Hayk-S opened this issue Apr 11, 2023 · 2 comments
Open

api/v3 Petstore /pet endpoint throws 500 error on POST request #99

Hayk-S opened this issue Apr 11, 2023 · 2 comments

Comments

@Hayk-S
Copy link

Hayk-S commented Apr 11, 2023

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>
@Hayk-S
Copy link
Author

Hayk-S commented Apr 12, 2023

Seems to be fixed the next day, closing the ticket.

@Hayk-S Hayk-S closed this as completed Apr 12, 2023
@Hayk-S Hayk-S reopened this Apr 26, 2023
@Hayk-S
Copy link
Author

Hayk-S commented Apr 26, 2023

Why is this happening again, from time to time?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant