|
24 | 24 | ], |
25 | 25 | "tags": [ |
26 | 26 | { |
27 | | - "name": "宠物", |
| 27 | + "name": "宠物们", |
28 | 28 | "description": "Everything about your Pets", |
29 | 29 | "externalDocs": { |
30 | 30 | "description": "Find out more", |
|
47 | 47 | "paths": { |
48 | 48 | "/pet": { |
49 | 49 | "put": { |
50 | | - "tags": ["宠物", "你好", "世界", "happy"], |
| 50 | + "tags": ["宠物们", "你好", "世界", "happy"], |
51 | 51 | "summary": "Update an existing pet", |
52 | 52 | "description": "Update an existing pet by Id", |
53 | 53 | "operationId": "updatePet", |
|
105 | 105 | ] |
106 | 106 | }, |
107 | 107 | "post": { |
108 | | - "tags": ["宠物"], |
| 108 | + "tags": ["宠物们"], |
109 | 109 | "summary": "Add a new pet to the store", |
110 | 110 | "description": "Add a new pet to the store", |
111 | 111 | "operationId": "addPet", |
|
159 | 159 | }, |
160 | 160 | "/pet/findByStatus": { |
161 | 161 | "get": { |
162 | | - "tags": ["宠物"], |
| 162 | + "tags": ["宠物们"], |
163 | 163 | "summary": "Finds Pets by status", |
164 | 164 | "description": "Multiple status values can be provided with comma separated strings", |
165 | 165 | "operationId": "findPetsByStatus", |
|
212 | 212 | }, |
213 | 213 | "/pet/findByTags": { |
214 | 214 | "get": { |
215 | | - "tags": ["宠物"], |
| 215 | + "tags": ["宠物们"], |
216 | 216 | "summary": "Finds Pets by tags", |
217 | 217 | "description": "Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.", |
218 | 218 | "operationId": "findPetsByTags", |
|
266 | 266 | }, |
267 | 267 | "/pet/{petId}": { |
268 | 268 | "get": { |
269 | | - "tags": ["宠物"], |
| 269 | + "tags": ["宠物们"], |
270 | 270 | "summary": "Find pet by ID", |
271 | 271 | "description": "Returns a single pet", |
272 | 272 | "operationId": "getPetById", |
|
315 | 315 | ] |
316 | 316 | }, |
317 | 317 | "post": { |
318 | | - "tags": ["宠物"], |
| 318 | + "tags": ["宠物们"], |
319 | 319 | "summary": "Updates a pet in the store with form data", |
320 | 320 | "description": "", |
321 | 321 | "operationId": "updatePetWithForm", |
|
359 | 359 | ] |
360 | 360 | }, |
361 | 361 | "delete": { |
362 | | - "tags": ["宠物"], |
| 362 | + "tags": ["宠物们"], |
363 | 363 | "summary": "Deletes a pet", |
364 | 364 | "description": "", |
365 | 365 | "operationId": "deletePet", |
|
398 | 398 | }, |
399 | 399 | "/pet/{petId}/uploadImage": { |
400 | 400 | "post": { |
401 | | - "tags": ["宠物"], |
| 401 | + "tags": ["宠物们"], |
402 | 402 | "summary": "uploads an image", |
403 | 403 | "description": "", |
404 | 404 | "operationId": "uploadFile", |
|
0 commit comments