Number of APIs: 4
POST {{baseUrl}}/pet
PUT {{baseUrl}}/pet
GET {{baseUrl}}/pet/findByStatus?status=available&status=available
Multiple status values can be provided with comma separated strings
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