Schemas
ページをコピー
テストプロジェクト
🐶 Apidogを使い回す
サンプルプロジェクト
Add a new pet to the store
POST
Update an existing pet
PUT
Finds Pets by status
GET
Find pet by ID
GET
Deletes a pet
DELETE
pet
uploads an image
POST
Finds Pets by tags
GET
Updates a pet in the store with form data
POST
store
Returns pet inventories by status
GET
Place an order for a pet
POST
Find purchase order by ID
GET
Delete purchase order by ID
DELETE
user
Creates list of users with given input array
POST
Get user by user name
GET
Updated user
PUT
Delete user
DELETE
Logs user into the system
GET
Logs out current logged in user session
GET
Creates list of users with given input array
POST
Create user
POST
demo
Test
テスト
すべての顧客を一覧表示する
顧客を作成する
無題のAPI
qwen3-1.7b
POST
無題のAPI
GET
スキーマ
サンプルSchema
Schemas
Pet
ApiResponse
Category
Tag
Order
User
RequestBodies
UserArray
Schemas
ページをコピー
Tag
{
"id"
:
0
,
"name"
:
"string"
}