{
  "consumes": [
    "application/json",
    "application/x-www-form-urlencoded"
  ],
  "paths": {
    "/testing": {
      "put": {
        "operationId": "putTesting",
        "parameters": [{
          "in": "body",
          "name": "testingThis",
          "schema": {
            "items": {
              "format": "int64",
              "type": "integer"
            },
            "type": "array"
          }
        }],
        "responses": {
          "200": {
            "description": "Success message"
          }
        }
      }
    }
  },
  "produces": [
    "application/json",
    "application/json; charset=utf-8"
  ],
  "swagger": "2.0"
}
