From b92d189cebda0a0e2edba4106bb1af01509b0973 Mon Sep 17 00:00:00 2001 From: Stefan Wendhausen Date: Sat, 17 Jan 2026 12:27:37 +0100 Subject: [PATCH 1/3] fix MediaFileResponse --- joomla-api.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/joomla-api.json b/joomla-api.json index 6988b2e..530f7bc 100644 --- a/joomla-api.json +++ b/joomla-api.json @@ -4292,7 +4292,14 @@ }, "responses": { "200": { - "$ref": "#/components/schemas/MediaFileResponse" + "description": "Response returned when a single media file is requested.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/MediaFileResponse" + } + } + } }, "413": { "description": "Payload too large." @@ -4391,7 +4398,14 @@ }, "responses": { "200": { - "$ref": "#/components/schemas/MediaFileResponse" + "description": "Response returned when a single media file is requested.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/MediaFileResponse" + } + } + } }, "404": { "description": "Media file not found." From 66b0b2dbd636f6bcc4270f0dc182973b56cd29a2 Mon Sep 17 00:00:00 2001 From: Stefan Wendhausen Date: Sat, 17 Jan 2026 12:39:37 +0100 Subject: [PATCH 2/3] Update joomla-api.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- joomla-api.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joomla-api.json b/joomla-api.json index 530f7bc..1a1e3e5 100644 --- a/joomla-api.json +++ b/joomla-api.json @@ -4292,7 +4292,7 @@ }, "responses": { "200": { - "description": "Response returned when a single media file is requested.", + "description": "Media file created successfully.", "content": { "application/json": { "schema": { From f315fdb6805469c14dfb5cc0b5209da7dad893aa Mon Sep 17 00:00:00 2001 From: Stefan Wendhausen Date: Sat, 17 Jan 2026 12:39:44 +0100 Subject: [PATCH 3/3] Update joomla-api.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- joomla-api.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joomla-api.json b/joomla-api.json index 1a1e3e5..9d65d5c 100644 --- a/joomla-api.json +++ b/joomla-api.json @@ -4398,7 +4398,7 @@ }, "responses": { "200": { - "description": "Response returned when a single media file is requested.", + "description": "Media file updated successfully.", "content": { "application/json": { "schema": {