Swagger编辑器让我回到Petstore YAML代码

时间:2018-07-24 14:30:32

标签: api yaml swagger

我遇到了一个大问题,请指教!

swagger: "2.0"
info:
  description: "This is a sample server Petstore server.  You can find out more about     Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/).      For this sample, you can use the api key `special-key` to test the authorization     filters."
  version: "1.0.0"
  title: "Swagger Petstore"
  termsOfService: "http://swagger.io/terms/"
  contact:
    email: "apiteam@swagger.io"
  license:
    name: "Apache 2.0"
    url: "http://www.apache.org/licenses/LICENSE-2.0.html"
host: "petstore.swagger.io"`

以某种方式,Swagger编辑器将我的代码返回给Petstore,但我不知道如何将其返回。我需要你的帮助。 太多的工作我不想失去。

我在浏览器上按了回车键,现在找不到代码。

enter image description here

0 个答案:

没有答案