From 1fc178a30f392d6f71366b92f7c26c8ff88a203c Mon Sep 17 00:00:00 2001 From: JM <13242860+jmdelafe@users.noreply.github.com> Date: Fri, 10 Apr 2026 10:34:45 -0400 Subject: [PATCH] BUG/MINOR: spec: use string type for storage GET file responses --- specification/build/haproxy_spec.yaml | 6 +++--- specification/paths/storage/general_files.yaml | 2 +- specification/paths/storage/maps.yaml | 2 +- specification/paths/storage/ssl_crt_lists.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/specification/build/haproxy_spec.yaml b/specification/build/haproxy_spec.yaml index 871b2bed..39907080 100644 --- a/specification/build/haproxy_spec.yaml +++ b/specification/build/haproxy_spec.yaml @@ -26900,7 +26900,7 @@ paths: "200": description: Successful operation schema: - type: file + type: string "404": $ref: '#/responses/NotFound' default: @@ -27181,7 +27181,7 @@ paths: "200": description: Successful operation schema: - type: file + type: string "404": $ref: '#/responses/NotFound' default: @@ -27408,7 +27408,7 @@ paths: "200": description: Successful operation schema: - type: file + type: string "404": $ref: '#/responses/NotFound' default: diff --git a/specification/paths/storage/general_files.yaml b/specification/paths/storage/general_files.yaml index 237ffe67..a757a55a 100644 --- a/specification/paths/storage/general_files.yaml +++ b/specification/paths/storage/general_files.yaml @@ -59,7 +59,7 @@ general_files_one: '200': description: Successful operation schema: - type: file + type: string '404': $ref: '#/responses/NotFound' 'default': diff --git a/specification/paths/storage/maps.yaml b/specification/paths/storage/maps.yaml index 9d9b8cea..ea96fd07 100644 --- a/specification/paths/storage/maps.yaml +++ b/specification/paths/storage/maps.yaml @@ -59,7 +59,7 @@ maps_one: '200': description: Successful operation schema: - type: file + type: string '404': $ref: '#/responses/NotFound' 'default': diff --git a/specification/paths/storage/ssl_crt_lists.yaml b/specification/paths/storage/ssl_crt_lists.yaml index 88f2efff..952cc24e 100644 --- a/specification/paths/storage/ssl_crt_lists.yaml +++ b/specification/paths/storage/ssl_crt_lists.yaml @@ -68,7 +68,7 @@ ssl_crt_list_files_one: '200': description: Successful operation schema: - type: file + type: string '404': $ref: '#/responses/NotFound' 'default':