Logo
1 API Documentation

pet

Number of APIs: 4


1. Add a new pet to the store

POST {{baseUrl}}/pet



2. Update an existing pet

PUT {{baseUrl}}/pet



3. Finds Pets by status

GET {{baseUrl}}/pet/findByStatus?status=available&status=available

Multiple status values can be provided with comma separated strings



4. Finds Pets by tags

GET {{baseUrl}}/pet/findByTags?tags=mag&tags=quis sint

Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.



ENDPOINTS