From a7239faa6944492bf779cf0abb6ac12b1f06fd97 Mon Sep 17 00:00:00 2001 From: Niklas <7442307+niklaswa@users.noreply.github.com> Date: Tue, 9 Apr 2024 11:52:23 +0200 Subject: [PATCH] Add version_types parameter to version update body --- static/openapi.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/openapi.yaml b/static/openapi.yaml index 5ff1803..5ea0d85 100644 --- a/static/openapi.yaml +++ b/static/openapi.yaml @@ -593,6 +593,11 @@ components: items: type: string example: [ "1.18", 1.18.1 ] + version_types: + type: array + items: + type: string + example: [ "release", "beta" ] required: - loaders - game_versions