20 structure changes including:
19 Breaking changes
1 Addition
19 Removals
Removed
19
Breaking
PUT /user/{username}
PUT /pet
POST /user/createWithList
POST /user
POST /store/order
POST /pet/{petId}/uploadImage
POST /pet/{petId}
POST /pet
GET /user/{username}
GET /user/logout
GET /user/login
GET /store/order/{orderId}
GET /store/inventory
GET /pet/{petId}
GET /pet/findByTags
GET /pet/findByStatus
DELETE /user/{username}
DELETE /store/order/{orderId}
DELETE /pet/{petId}
Added
1
POST /translate