Logo
1 API Documentation

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}}



ENDPOINTS