纤纤电影 - 海量影视资源,畅享高清观影体验

传统与反叛:旗袍开衩处若隐若现的刺青,是藏在檀香扇后的秘密战争。

https://hls-009.pages.dev - 宅男私人空间 - 专属你的影视娱乐天地

https://hls-010.pages.dev - 51黑料入口 - 最新影视资源免费在线观看

https://hls-011.pages.dev - 国产99久久久久久免费看 - 海量国产影视免费在线观看

https://hls-013.pages.dev - 纤纤电影 - 海量影视资源,畅享高清观影体验

https://hls-015.pages.dev - 一区二区最新吃瓜社区 - 最新影视视频、热门八卦一网打尽

https://hls-016.pages.dev - 正品蓝影视视频网站 - 高清正版影视资源在线观看

https://hls-022.pages.dev - 首发高清资源站入口 - 最新影视资源一网打尽

https://hls-024.pages.dev - 妖姬导航官网入口 - 最新影视资源一站式观看平台

https://hls-025.pages.dev - 秘密平台官网 - 探索无限影视世界

https://hls-027.pages.dev - 首页快话影院永久入囗 - 海量影视资源,畅享高清观影体验

https://hls-029.pages.dev - 福利书屋app - 海量影视资源,畅享视听盛宴

https://hls-033.pages.dev - 万仔宝藏库 - 海量影视资源,畅享视听盛宴

https://hls-034.pages.dev - 萝莉高清影视视频网站 - 高清萝莉动漫、电影、电视剧在线观看

https://hls-035.pages.dev - 秘密研究所学习入口 - 探索未知的影视世界

https://hls-037.pages.dev - 免费进入勿入黄色影视视频网站 - 海量高清影视资源免费观看

https://hls-039.pages.dev - 黄色小说影视视频网站 - 尽享激情与浪漫的视觉盛宴

https://hls-042.pages.dev - 妖精影院 - 最新热门电影、电视剧在线观看

https://hls-048.pages.dev - github51社区 - 最新影视资源免费在线观看

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: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
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