swagger: fix MemTotal units in SystemInfo endpoint
@@ -4606,7 +4606,7 @@ definitions:
example: 4
MemTotal:
description: |
- Total amount of physical memory available on the host, in kilobytes (kB).
+ Total amount of physical memory available on the host, in bytes.
type: "integer"
format: "int64"
example: 2095882240
@@ -3599,7 +3599,7 @@ definitions:
@@ -3604,7 +3604,7 @@ definitions:
@@ -3633,7 +3633,7 @@ definitions:
@@ -3615,7 +3615,7 @@ definitions:
@@ -3628,7 +3628,7 @@ definitions:
@@ -3648,7 +3648,7 @@ definitions:
@@ -3702,7 +3702,7 @@ definitions:
@@ -4345,7 +4345,7 @@ definitions:
@@ -4467,7 +4467,7 @@ definitions: