From 4ed6a4a1f05c1c1d1d82eb18e8a43d54db351cdc Mon Sep 17 00:00:00 2001 From: jellejurre Date: Sat, 17 May 2025 00:40:04 +0200 Subject: [PATCH] Add image file downloads --- openapi/components/responses/files/RawFileResponse.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/openapi/components/responses/files/RawFileResponse.yaml b/openapi/components/responses/files/RawFileResponse.yaml index 93381e22..c2fc6f24 100644 --- a/openapi/components/responses/files/RawFileResponse.yaml +++ b/openapi/components/responses/files/RawFileResponse.yaml @@ -1 +1,6 @@ -description: Raw file \ No newline at end of file +description: Raw file +content: + image/*: + schema: + type: string + format: binary \ No newline at end of file