From 9732110d39ee4892addd923c2e7085eba6ab5b49 Mon Sep 17 00:00:00 2001 From: Vinyarion <38413862+VinyarionHyarmendacil@users.noreply.github.com> Date: Mon, 5 Jan 2026 18:21:40 -0600 Subject: [PATCH] Add MIMEType application/x-prop MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Example: `GET https://vrchat.com/api/1/file/file_c991c050-8b43-4046-8182-24d068524ac5 -> {"extension":".vrcp",...,"mimeType":"application/x-prop","name":"Prop - DroneCube - Asset bundle - 2022․3․22f1_4_standalonewindows_Release",...}` --- openapi/components/schemas/MIMEType.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/openapi/components/schemas/MIMEType.yaml b/openapi/components/schemas/MIMEType.yaml index 0d39a25c..0a2f72bf 100644 --- a/openapi/components/schemas/MIMEType.yaml +++ b/openapi/components/schemas/MIMEType.yaml @@ -4,6 +4,7 @@ enum: - application/gzip - application/octet-stream - application/x-avatar + - application/x-prop - application/x-rsync-delta - application/x-rsync-signature - application/x-world