Commit 623a83f9 authored by canterafonsj's avatar canterafonsj
Browse files

UpdateResult updated+

parent a6fef75b
Loading
Loading
Loading
Loading
+23 −16
Original line number Diff line number Diff line
@@ -13,8 +13,8 @@
        "type": "string",
        "minLenght": 1
      }
    }
    },
    "UpdateResult": {
      "type": "object",
      "properties": {
        "updated": {
@@ -32,3 +32,10 @@
        }
      }
    }
  },
  "allOf": [
    {
      "$ref": "#/definitions/UpdateResult"
    }
  ]
}