{ "opencollection": "1.0.0", "info": { "name": "EVE Swagger Interface Alliance pet API", "version": "1.36" }, "items": [ { "info": { "name": "pet", "type": "folder" }, "items": [ { "info": { "name": "Add a new pet to the store", "type": "http" }, "http": { "method": "POST", "url": "https://esi.evetech.net/latest/pet" }, "docs": "Add a new pet to the store" }, { "info": { "name": "Update an existing pet", "type": "http" }, "http": { "method": "PUT", "url": "https://esi.evetech.net/latest/pet" }, "docs": "Update an existing pet" }, { "info": { "name": "Finds Pets by status", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/latest/pet/findByStatus", "params": [ { "name": "status", "value": "", "type": "query", "description": "Status values that need to be considered for filter" } ] }, "docs": "Multiple status values can be provided with comma separated strings" }, { "info": { "name": "Finds Pets by tags", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/latest/pet/findByTags", "params": [ { "name": "tags", "value": "", "type": "query", "description": "Tags to filter by" } ] }, "docs": "Muliple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing." }, { "info": { "name": "Find pet by ID", "type": "http" }, "http": { "method": "GET", "url": "https://esi.evetech.net/latest/pet/:petId", "params": [ { "name": "petId", "value": "", "type": "path", "description": "ID of pet to return" } ] }, "docs": "Returns a single pet" }, { "info": { "name": "Updates a pet in the store with form data", "type": "http" }, "http": { "method": "POST", "url": "https://esi.evetech.net/latest/pet/:petId", "params": [ { "name": "petId", "value": "", "type": "path", "description": "ID of pet that needs to be updated" } ] }, "docs": "Updates a pet in the store with form data" }, { "info": { "name": "Deletes a pet", "type": "http" }, "http": { "method": "DELETE", "url": "https://esi.evetech.net/latest/pet/:petId", "headers": [ { "name": "api_key", "value": "" } ], "params": [ { "name": "petId", "value": "", "type": "path", "description": "Pet id to delete" } ] }, "docs": "Deletes a pet" }, { "info": { "name": "uploads an image", "type": "http" }, "http": { "method": "POST", "url": "https://esi.evetech.net/latest/pet/:petId/uploadImage", "params": [ { "name": "petId", "value": "", "type": "path", "description": "ID of pet to update" } ] }, "docs": "uploads an image" } ] } ], "bundled": true }