From 525f60c38913594eef1b62246385ca4a3e973163 Mon Sep 17 00:00:00 2001 From: ThatGravyBoat Date: Mon, 22 Jun 2026 22:05:41 -0230 Subject: [PATCH] fix(docs): missing environment field from v2 createVersion route (#6476) * fix(docs): missing environment field from v2 createVersion route * fix(docs): missing environment field from v2 createVersion route --- apps/docs/public/openapi.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/apps/docs/public/openapi.yaml b/apps/docs/public/openapi.yaml index d6a168d18..b96b18c13 100644 --- a/apps/docs/public/openapi.yaml +++ b/apps/docs/public/openapi.yaml @@ -432,6 +432,20 @@ components: primary_file: type: string description: The multipart field name of the primary file + environment: + type: string + enum: + - client_and_server + - client_only + - client_only_server_optional + - singleplayer_only + - server_only + - server_only_client_optional + - dedicated_server_only + - client_or_server + - client_or_server_prefers_both + - unknown + description: The environment that this version is for. required: - file_parts - project_id