Page 2
TERRY: This is done very very nicely :) Good job GITBOOK !!
get
Returns all pets from the system that the user has access to
Responses
200
A list of pets.
application/json
get
GET /api/pets HTTP/1.1
Host: petstore.swagger.io
Accept: */*
200
A list of pets.
[
{
"id": 1,
"name": "text",
"tag": "text"
}
]
Last updated