/
test-crud-kulinichv-copy
Number of APIs: 4
1. Add a new pet <Meyson>
POST {{myUrl}}/pet
2. Find pet by ID
GET {{myUrl}}/pet/{{petID}}
Returns a single pet
3. Add a new pet <MeysonBEST>
PUT {{myUrl}}/pet
4. Deletes a pet
DELETE {{myUrl}}/pet/{{petID}}
FAQs
More
Claim this page
Report this page
ENDPOINTS