17170: Merge branch 'master'
[arvados.git] / sdk / go / arvados / container.go
index 1981e8ab95c2ee90c7df2977c8a394f217be44a8..b8530db342d212f3b64e746466db07bf8ffe04df 100644 (file)
@@ -91,7 +91,7 @@ type Mount struct {
 // RuntimeConstraints specify a container's compute resources (RAM,
 // CPU) and network connectivity.
 type RuntimeConstraints struct {
-       API          bool  `json:"api"`
+       API          bool  `json:"API"`
        RAM          int64 `json:"ram"`
        VCPUs        int   `json:"vcpus"`
        KeepCacheRAM int64 `json:"keep_cache_ram"`