From d74a189e1cedb397990b5e49a60b2c97863ad3c8 Mon Sep 17 00:00:00 2001 From: bymyself Date: Sat, 28 Jun 2025 22:35:32 -0700 Subject: [PATCH] [openapi] Remove nullable from device index field The nullable syntax was causing validation issues. Since the field is optional, it can simply be omitted when null. --- openapi.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 1fa394fb7..86ac9f2f1 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -889,8 +889,7 @@ components: description: Device type index: type: integer - nullable: true - description: Device index + description: Device index (may be omitted for CPU devices) vram_total: type: number description: Total VRAM in bytes