韩漫未删减 - 高清韩漫影视视频在线观看

暴雨天我们被困在陌生城市的咖啡馆,潮湿的空气里漂浮着咖啡渣与潮湿羊毛衫的气味分子,你用手指在起雾的玻璃上画出的简易地图,后来成为我记忆里比任何GPS坐标都精确的导航系统,证明最动人的旅程从来不在计划之内。

https://xxsp-534.pages.dev - 八戒电影在线看免费版 - 海量影视资源免费观看

https://xxsp-370.pages.dev - 91网址导航 - 一站式影视视频资源聚合平台

https://xxsp-812.pages.dev - 黑料吃瓜wang - 最新影视资讯、热门剧集、独家爆料一网打尽

https://xxsp-402.pages.dev - 免费国产绝伦推理片 - 精彩悬疑电影在线观看

https://xxsp-982.pages.dev - 小萌平台官网入口 - 最新影视资源在线观看

https://xxsp-480.pages.dev - 红桃视频免费51视频 - 海量高清影视资源免费观看

https://xxsp-724.pages.dev - jcomic发布页 - 最新动漫、漫画资源一站式获取平台

https://xxsp-304.pages.dev - 51黑网曝吃瓜app - 最新影视视频在线观看平台

https://xxsp-858.pages.dev - 吃瓜暗网黑料不打烊入口 - 最新影视视频资源一网打尽

https://xxsp-663.pages.dev - 红桃影视最新版 - 海量影视资源,畅享高清观影体验

https://xxsp-743.pages.dev - 免费网站www网站免费 - 海量影视视频在线观看

https://xxsp-463.pages.dev - 鲍鱼网站 - 海量影视资源,畅享高清观影体验

https://xxsp-548.pages.dev - 韩漫未删减 - 高清韩漫影视视频在线观看

https://xxsp-141.pages.dev - 91导航九色视频 - 海量影视资源,畅享高清观影体验

https://xxsp-932.pages.dev - 网站导航隐秘入口 - 探索影视世界的秘密通道

https://xxsp-554.pages.dev - 蜜桃视频在线看 - 高清影视资源,畅享无限精彩

https://xxsp-122.pages.dev - kht影院最新入口 - 最新热门影视资源在线观看

https://xxsp-805.pages.dev - 你懂得导航在线 - 海量影视资源,随时随地畅享高清视频

OpenAPI block

GitBook's OpenAPI block is powered by Scalar, so you can test your APIs directly from your docs.

Add a new pet to the store.

post

Add a new pet to the store.

Authorizations
Body
idinteger · int64OptionalExample: 10
namestringRequiredExample: doggie
photoUrlsstring[]Required
statusstring · enumOptional

pet status in the store

Possible values:
Responses
200
Successful operation
post
POST /api/v3/pet HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 133

{
  "id": 10,
  "name": "doggie",
  "category": {
    "id": 1,
    "name": "Dogs"
  },
  "photoUrls": [
    "text"
  ],
  "tags": [
    {
      "id": 1,
      "name": "text"
    }
  ],
  "status": "available"
}
{
  "id": 10,
  "name": "doggie",
  "category": {
    "id": 1,
    "name": "Dogs"
  },
  "photoUrls": [
    "text"
  ],
  "tags": [
    {
      "id": 1,
      "name": "text"
    }
  ],
  "status": "available"
}

Last updated