Re: Questions about the sample Petstore swagger API

2018-10-11 Thread urnotmysupervisor
I also get the same error when I try to delete an order ID. I did that because I wanted to see if I delete say, order 7, I can then create an order 7. -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving

Re: Questions about the sample Petstore swagger API

2018-10-11 Thread urnotmysupervisor
I get error code 500: “something bad happened” I’m just making up an ID number for the order Id and using a pet Id number for a pet I created. Is that wrong? -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop re

Re: Questions about the sample Petstore swagger API

2018-10-10 Thread Ron Ratovsky
1 – it’s a single store instance, you can’t create new stores. 2 – What error do you get? From: on behalf of "urnotmysupervi...@gmail.com" Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Wednesday, October 10, 2018 at 14:07 To: Swagger Subject: Questi

Questions about the sample Petstore swagger API

2018-10-10 Thread urnotmysupervisor
Hi, I have some questions about the swagger Petstore API located here: http://petstore.swagger.io and would greatly appreciate any help. #1- I can see how to create a pet. But how do I create a store? #2- I'm having an issue with placing an order for a pet, I keep getting an error. Are there re