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':