- slot bonus new member 100
- SITUS SLOT BONUS NEW MEMBER 100% DI AWAL TO RENDAH
- SLOT BONUS NEW 100 DI AWAL TO 5X DEPO PULSA TANPA POTONGAN
- KUMPULAN SLOT BONUS NE MEMBER 100 TO 4X PASTI GACOR
- 20 SLOT BONUS NEW MEMBER 100 SLOT GAME TO 3X 5X 7X 10 DI AWAL
- SITUS SLOT BONUS NEW MEMBER BONUS 100% TO 5X DI AWAL
- 7 PROVIDER SLOT BONUS NEW MEMBER 100% TO KECIL DI AWAL
- SITUS SLOT DEPO 50 BONUS 20 30 50 100 200 TO 5X DI AWAL
- VIRAL BONUS NEW MEMBER 100 DEPE 50 FREE 50 TO 5X GAMPANG MENANG
- SLOT BONUS 100 NEW MEMBER TO 3X DEPO EWALLET DI DEPAN
- SLOT GACOR 100 BONUS DI AWAL TO 3X 4X 5X 6X GAMPANG MENANG
- SLOT PRAGMATIC BONUS NEW MEMBER 100 DI AWAL TO KECIL
- DAFTAR NAMA SITUS BONUS NEW MEMBER 100% SLOT GAMES DI AWAL TO 5X
- SLOT BONUS NEW MEMBER 100% SLOT GAME TANPA TURN OVER 3X 5X 7X 18X
- SLOT BONUS AWAL NEW MEMBER 100 TO 3X 5X 18X SITUS MANTUL69
- AGEN SLOT ONLINE BONUS NEW MEMBER 50 100 DI DEPAN DEPOSIT DANA
- SITUS SLOT BONUS NEW MEMBER 100 PRAGMATIC PLAY TO 5X DI AWAL
- SLOT BONUS NEW MEMBER 100 GET 100 FREE 100 TO 3X 4X 5X 7X 10X KECIL
- BONUS 100% DI AWAL DEPO 50 GET 100 FREE TO 5X DI DEPAN GAMPANG MENANG
- 示例项目
根据状态查找宠物列表
GET
/pet/findByStatus
宠物
Last modified:2022-10-27 20:38:56
Maintainer:Not configured
Request
Query Params
status
string
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/pet/findByStatus?status'
Responses
🟢200成功
application/json
Body
array of:
id
integer <int64>
required
>= 1<= 5000
category
object (Category)
required
id
integer <int64>
optional
>= 1
name
string
optional
name
string
required
Example:
doggie
photoUrls
array[string]
required
tags
array[object (Tag) {2}]
required
id
integer <int64>
optional
>= 1
name
string
optional
status
enum<string>
required
Allowed values:
availablependingsold
Example
{
"code": 0,
"data": [
{
"name": "Hello Kity",
"photoUrls": [
"http://dummyimage.com/400x400"
],
"id": 3,
"category": {
"id": 71,
"name": "Cat"
},
"tags": [
{
"id": 22,
"name": "Cat"
}
],
"status": "sold"
},
{
"name": "White Dog",
"photoUrls": [
"http://dummyimage.com/400x400"
],
"id": 3,
"category": {
"id": 71,
"name": "Dog"
},
"tags": [
{
"id": 22,
"name": "Dog"
}
],
"status": "sold"
}
]
}
🟠400错误的 status 值
Modified at 2022-10-27 20:38:56