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