{
  "desc": "Update an existing pet",
  "desc2": "",
  "security": [],
  "protected": false,
  "status": "swagger-imported",
  "request": {
    "body": {
      "parameters": [
        {
          "name": "body",
          "required": true,
          "type": "",
          "desc": "Pet object that needs to be added to the store",
          "schemaType": "application/json, application/xml "
        }
      ]
    },
    "schema": {
      "type": "application/json, application/xml "
    }
  },
  "response": {
    "statusCode": "",
    "schema": {
      "type": "application/xml, application/json"
    }
  }
}