From 4f04a90670ba19a6bacc58b12f2471d6d4f56e89 Mon Sep 17 00:00:00 2001 From: Charlie Moog Date: Mon, 16 Nov 2020 10:53:10 -0600 Subject: [PATCH] Fix patch image memory type --- coder-sdk/image.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coder-sdk/image.go b/coder-sdk/image.go index 20b0f191..ea27c662 100644 --- a/coder-sdk/image.go +++ b/coder-sdk/image.go @@ -47,7 +47,7 @@ type ImportImageReq struct { // UpdateImageReq defines the requests parameters for a partial update of an image resource. type UpdateImageReq struct { DefaultCPUCores *float32 `json:"default_cpu_cores"` - DefaultMemoryGB *int `json:"default_memory_gb"` + DefaultMemoryGB *float32 `json:"default_memory_gb"` DefaultDiskGB *int `json:"default_disk_gb"` Description *string `json:"description"` URL *string `json:"url"` pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy